diff options
author | Logan Chien <tzuhsiang.chien@gmail.com> | 2015-07-24 00:16:48 +0000 |
---|---|---|
committer | Logan Chien <tzuhsiang.chien@gmail.com> | 2015-07-24 00:16:48 +0000 |
commit | ff8fbf9f90540478663bcd02f42a2fa30cfed543 (patch) | |
tree | 8ba4077ab2b658f208e1cd9573eaa0487556ec13 /lldb/source/Host/posix/MainLoopPosix.cpp | |
parent | b1e77a364299dcf9363faf832b0acefd53d58944 (diff) | |
download | bcm5719-llvm-ff8fbf9f90540478663bcd02f42a2fa30cfed543.tar.gz bcm5719-llvm-ff8fbf9f90540478663bcd02f42a2fa30cfed543.zip |
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
Diffstat (limited to 'lldb/source/Host/posix/MainLoopPosix.cpp')
0 files changed, 0 insertions, 0 deletions