From ef4657e6f1fcb3f9f0687ae4f24ea24c53f18ba2 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 19 Dec 2013 17:10:30 +0000 Subject: check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now. llvm-svn: 197702 --- clang/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang') 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} -- cgit v1.2.3