summaryrefslogtreecommitdiff
path: root/user/clang/use-llvm-lit.patch
blob: f5e10d9d6e5030ce209fb62096f283163d2080eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cfe-6.0.1.src/test/CMakeLists.txt.old	2017-12-12 19:47:40.000000000 +0000
+++ cfe-6.0.1.src/test/CMakeLists.txt	2018-09-13 17:01:03.690000000 +0000
@@ -126,7 +126,7 @@
 
 add_lit_testsuite(check-clang "Running the Clang regression tests"
   ${CMAKE_CURRENT_BINARY_DIR}
-  #LIT ${LLVM_LIT}
+  LIT ${LLVM_LIT}
   PARAMS ${CLANG_TEST_PARAMS}
   DEPENDS ${CLANG_TEST_DEPS}
   ARGS ${CLANG_TEST_EXTRA_ARGS}