llvm-capstone/libunwind
Logan Chien ff8fbf9f90 unwind: Fix libc++abi and libgcc build.
To build libc++abi without libunwind, we should make sure that all
function calls to _Unwind_{Get,Set}{GR,IP}() are inlined as function
calls to _Unwind_VRS_{Get,Set}().  Otherwise, libc++abi.so will fail to
link since libgcc does not provide these symbol at all.

This commit fixes the problem by providing both the inlined version and
exported version.

llvm-svn: 243073
2015-07-24 00:16:48 +00:00
..
cmake libunwind: add new build logic 2015-04-25 01:46:35 +00:00
include unwind: Fix libc++abi and libgcc build. 2015-07-24 00:16:48 +00:00
src unwind: Fix libc++abi and libgcc build. 2015-07-24 00:16:48 +00:00
test Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
.arcconfig Add ARC config 2015-05-09 20:56:15 +00:00
.clang-format unwind: add a .clang-format 2015-05-07 19:50:18 +00:00
CMakeLists.txt Update version to 3.8.0svn 2015-07-22 21:36:42 +00:00