diff options
author | Zachary Turner <zturner@google.com> | 2017-09-19 03:11:35 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-09-19 03:11:35 +0000 |
commit | 0556b995e19b96c4f59ce2e3da01cabda87a36e2 (patch) | |
tree | 6a630da690f61f56d52287c94920b5b363f6e4d7 /libcxx/cmake | |
parent | cbafb0f8e1d2919396b77d8b855944bc89f17c32 (diff) | |
download | bcm5719-llvm-0556b995e19b96c4f59ce2e3da01cabda87a36e2.tar.gz bcm5719-llvm-0556b995e19b96c4f59ce2e3da01cabda87a36e2.zip |
Revert "Fix llvm-lit script generation in libcxx."
This reverts commit 4ad71811d45268d81b60f27e3b8b2bcbc23bd7b9.
There is a bot that is checking out libcxx and lit with nothing
else and then running lit.py against the test tree. Since there's
no LLVM source tree, there's no LLVM CMake. CMake actually
reports this as a warning saying unsupported libcxx configuration,
but I guess someone is depending on it anyway.
llvm-svn: 313607
Diffstat (limited to 'libcxx/cmake')
-rw-r--r-- | libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake index b724bf69f1a..879882dcfea 100644 --- a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake +++ b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake @@ -106,11 +106,6 @@ macro(configure_out_of_tree_llvm) set(LLVM_ENABLE_SPHINX OFF) endif() - # In a standalone build, we don't have llvm to automatically generate the - # llvm-lit script for us. So we need to provide an explicit directory that - # the configurator should write the script into. - set(LLVM_LIT_OUTPUT_DIR "${libcxx_BINARY_DIR}/bin") - # Required LIT Configuration ------------------------------------------------ # Define the default arguments to use with 'lit', and an option for the user # to override. |