diff options
author | Louis Dionne <ldionne@apple.com> | 2018-11-27 20:59:47 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2018-11-27 20:59:47 +0000 |
commit | 3aeeaff89f38b413bc31336b8f7d25fe545ce3eb (patch) | |
tree | 954b7e41111a255f3a436b73b7ce5442c76c9cb3 /lldb/packages/Python/lldbsuite | |
parent | 1ca239e05eb05e129e1609d9e2d777a4244c0ca2 (diff) | |
download | bcm5719-llvm-3aeeaff89f38b413bc31336b8f7d25fe545ce3eb.tar.gz bcm5719-llvm-3aeeaff89f38b413bc31336b8f7d25fe545ce3eb.zip |
[libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
Summary:
When the Xcode Command Line tools are not installed but CMAKE_OSX_SYSROOT is
set, we would try to re-export symbols from the libc++abi.dylib shipped in
the sysroot, which does not exist. This commit changes the build on OS X to
always re-export symbols from the explicit re-export lists, which doesn't
change depending on what system you're building on, and is therefore much
less flaky.
Reviewers: EricWF, mclow.lists
Subscribers: mgorny, christof, jkorous, dexonsmith, libcxx-commits
Differential Revision: https://reviews.llvm.org/D54595
llvm-svn: 347708
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions