summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-07-08 14:49:35 +0000
committerLouis Dionne <ldionne@apple.com>2019-07-08 14:49:35 +0000
commit945b9ec0693390ef35fe8c6b774495312246b8b6 (patch)
tree19f88ebfaed99cead67f49452ab4546fe0025616 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
parent74cbaa37b663994cc15f321125042702275dede8 (diff)
downloadbcm5719-llvm-945b9ec0693390ef35fe8c6b774495312246b8b6.tar.gz
bcm5719-llvm-945b9ec0693390ef35fe8c6b774495312246b8b6.zip
[libc++] Take 2: Do not cleverly link against libc++abi just because it happens to be there
Summary: Otherwise, when libcxxabi is not an enabled project in the monorepo, we get a link error because we try to link against non-existent cxxabi_shared. More generally, we shouldn't change the behavior of the build based on implicit things like whether a file happens to be at a specific path or not. This is a re-application of r365222 that had been reverted in r365233 because it broke the build bots. However, the build bots now specify explicitly what ABI library they want to use (libc++abi), so this commit should now be OK to merge. Differential Revision: https://reviews.llvm.org/D63883 llvm-svn: 365326
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud