aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-09-16 00:52:49 +0000
committerZachary Turner <zturner@google.com>2017-09-16 00:52:49 +0000
commit591b934d84e2923399e845fc0491df53bc519efa (patch)
tree82d4c4f798a174e8eb3e10c190d9b1b50b519789 /cmake/modules
parent493ab405d6b7f1156c73cc16eb6f6e6544b03d2c (diff)
downloadllvm-591b934d84e2923399e845fc0491df53bc519efa.tar.gz
Revert lit changes related to lit.llvm module.
It looks like this is going to be non-trivial to get working in both Py2 and Py3, so for now I'm reverting until I have time to fully test it under Python 3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/modules')
-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 6e0aacec4a3..54807dc81c4 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")