summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-19 17:10:30 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-19 17:10:30 +0000
commitef4657e6f1fcb3f9f0687ae4f24ea24c53f18ba2 (patch)
tree99cf8c2a6e10f2d98426c56ca69e3125964feb4b /clang
parentddad4947b091e99909482dbe1fb68f34b201f797 (diff)
downloadbcm5719-llvm-ef4657e6f1fcb3f9f0687ae4f24ea24c53f18ba2.tar.gz
bcm5719-llvm-ef4657e6f1fcb3f9f0687ae4f24ea24c53f18ba2.zip
check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now.
llvm-svn: 197702
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CMakeLists.txt b/clang/test/CMakeLists.txt
index 3f93988d11d..fe31752ff25 100644
--- a/clang/test/CMakeLists.txt
+++ b/clang/test/CMakeLists.txt
@@ -44,7 +44,7 @@ endif()
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}
OpenPOWER on IntegriCloud