New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 735133 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug

Blocking:
issue 593874



Sign in to add a comment

libc++abi cannot build on ARM without libunwind

Project Member Reported by thomasanderson@chromium.org, Jun 20 2017

Issue description

Trying to build gives a bunch of errors like this:
../../buildtools/third_party/libc++abi/trunk/src/cxa_personality.cpp:1051:23: error: no member named 'barrier_cache' in '_Unwind_Exception'
    unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr;

This is because the unwind.h the compiler is using is from the sysroot.  It needs to be form libunwind:
https://chromium.googlesource.com/external/llvm.org/libunwind/
 
Blocking: 593874
Status: Fixed (was: Started)
Should be fixed by
https://codereview.chromium.org/2946073002/

Sign in to add a comment