summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/testprog.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-11-27 20:59:47 +0000
committerLouis Dionne <ldionne@apple.com>2018-11-27 20:59:47 +0000
commit3aeeaff89f38b413bc31336b8f7d25fe545ce3eb (patch)
tree954b7e41111a255f3a436b73b7ce5442c76c9cb3 /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/testprog.cpp
parent1ca239e05eb05e129e1609d9e2d777a4244c0ca2 (diff)
downloadbcm5719-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/test/api/multiple-debuggers/testprog.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud