diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-01-16 20:44:36 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-01-16 20:44:36 +0000 |
commit | 43aad9cc328e8ce8485d83b2b2a8adf629b88ef1 (patch) | |
tree | bab2070a91e1d1cceb779ed77f3bf6cbcaf98abb /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py | |
parent | e5653be62a8019a1e02b931be42536344aeacd0e (diff) | |
download | bcm5719-llvm-43aad9cc328e8ce8485d83b2b2a8adf629b88ef1.tar.gz bcm5719-llvm-43aad9cc328e8ce8485d83b2b2a8adf629b88ef1.zip |
Fix most of LLVM's tests with LLVM_ENABLE_PIC=OFF
Lots of tests rely on llvm-lto being present, but LLVM_ENABLE_PIC=OFF currently
disables building that executable.
There's no reason for not building llvm-lto with LLVM_ENABLE_PIC=OFF so just
build it. r191042 moved it into a "if (!WIN)" block at the time, and then
211852 made that "if(NOT CYGWIN AND LLVM_ENABLE_PIC)" -- but that's only needed
for LTO (the ld64 plugin), not for the llvm-lto binary.
Differential Revision: https://reviews.llvm.org/D56801
llvm-svn: 351374
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py')
0 files changed, 0 insertions, 0 deletions