diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-06-27 10:06:26 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-06-27 10:06:26 +0000 |
commit | 4421e55fc3ea1a70e7307512969228a238233b3b (patch) | |
tree | 2ce1751cbc83eff96e21ff68528a581a0b729bc5 | |
parent | 073b98e76bb6d672f43585489ac88c7949613488 (diff) |
Remove a completely unused and remarkably inaccurate list of test
directories from the cmake file. Dunno what the history is here, but
we're not using it.
More refactorings to come here.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159261 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CMakeLists.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d65d0976e4..ec740de30c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,31 +1,3 @@ -set(CLANG_TEST_DIRECTORIES - "Analysis" - "CodeCompletion" - "CodeGen" - "CodeGenCUDA" - "CodeGenCXX" - "CodeGenObjC" - "CodeGenOpenCL" - "Coverage" - "CXX" - "Driver" - "FixIt" - "Frontend" - "Headers" - "Index" - "Lexer" - "Misc" - "PCH" - "Parser" - "Preprocessor" - "Rewriter" - "Sema" - "SemaCUDA" - "SemaCXX" - "SemaObjC" - "SemaObjCXX" - "SemaOpenCL" - "SemaTemplate") set(LLVM_SOURCE_DIR "${LLVM_MAIN_SRC_DIR}") set(LLVM_BINARY_DIR "${LLVM_BINARY_DIR}") |