diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-19 17:10:30 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-19 17:10:30 +0000 |
| commit | ef4657e6f1fcb3f9f0687ae4f24ea24c53f18ba2 (patch) | |
| tree | 99cf8c2a6e10f2d98426c56ca69e3125964feb4b /clang | |
| parent | ddad4947b091e99909482dbe1fb68f34b201f797 (diff) | |
| download | bcm5719-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.txt | 2 |
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} |

