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 | 9d76f27786ceef9d08ca6878650f00d913e90342 (patch) | |
tree | 73b7229aa14dfe69aa0af7bf5c6d38a2e3c93f47 /clang | |
parent | c0674c1fda2a030ad55eb2bac8dbfa499eedf826 (diff) | |
download | bcm5719-llvm-9d76f27786ceef9d08ca6878650f00d913e90342.tar.gz bcm5719-llvm-9d76f27786ceef9d08ca6878650f00d913e90342.zip |
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.
llvm-svn: 159261
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/CMakeLists.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/clang/test/CMakeLists.txt b/clang/test/CMakeLists.txt index d65d0976e47..ec740de30c3 100644 --- a/clang/test/CMakeLists.txt +++ b/clang/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}") |