forked from OSchip/llvm-project
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
This commit is contained in:
parent
c0674c1fda
commit
9d76f27786
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue