forked from OSchip/llvm-project
Revert accidental commit. This isn't ready yet.
llvm-svn: 250804
This commit is contained in:
parent
1b7dd8d7e3
commit
b993613800
|
@ -1,7 +1,6 @@
|
|||
set(LLVM_LINK_COMPONENTS support)
|
||||
|
||||
add_clang_library(clangToolingCore
|
||||
Lookup.cpp
|
||||
Replacement.cpp
|
||||
|
||||
LINK_LIBS
|
||||
|
|
|
@ -6,7 +6,6 @@ set(LLVM_LINK_COMPONENTS
|
|||
add_clang_unittest(ToolingTests
|
||||
CommentHandlerTest.cpp
|
||||
CompilationDatabaseTest.cpp
|
||||
LookupTest.cpp
|
||||
ToolingTest.cpp
|
||||
RecursiveASTVisitorTest.cpp
|
||||
RecursiveASTVisitorTestCallVisitor.cpp
|
||||
|
|
Loading…
Reference in New Issue