aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-09-15 00:56:08 +0000
committerZachary Turner <zturner@google.com>2017-09-15 00:56:08 +0000
commit3cdfdbb5e8a7d067b48467d0ce9db6732a8be9dc (patch)
tree4cf3a1c1eab85144d7cb922ea33f7eaeee0f8e8a /cmake
parent065192f6679bd2a576a0908a70f68378299fa49c (diff)
downloadllvm-3cdfdbb5e8a7d067b48467d0ce9db6732a8be9dc.tar.gz
[lit] Revert "Add a lit.llvm module that all llvm projects can use"
This is breaking due to some changes I forgot to merge in, so I'm temporarily reverting them until I can re-test that this works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/AddLLVM.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake
index 824d2ff3fa9..b30d002aa20 100644
--- a/cmake/modules/AddLLVM.cmake
+++ b/cmake/modules/AddLLVM.cmake
@@ -1173,10 +1173,6 @@ function(configure_lit_site_cfg input output)
set(TARGET_TRIPLE "\"+config.target_triple+\"")
endif()
- string(CONCAT LIT_SITE_CFG_IN_FOOTER
- "import lit.llvm\n"
- "lit.llvm.initialize(lit_config, config)\n")
-
configure_file(${input} ${output} @ONLY)
get_filename_component(INPUT_DIR ${input} DIRECTORY)
if (EXISTS "${INPUT_DIR}/lit.cfg")