From: Benjamin Kramer Date: Tue, 20 Oct 2015 07:53:14 +0000 (+0000) Subject: Revert accidental commit. This isn't ready yet. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a7f6787710fa0fbc06293f51856bac19dfd6b7e;p=clang Revert accidental commit. This isn't ready yet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250804 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Tooling/Core/CMakeLists.txt b/lib/Tooling/Core/CMakeLists.txt index d89b2e4578..c8c75f95f3 100644 --- a/lib/Tooling/Core/CMakeLists.txt +++ b/lib/Tooling/Core/CMakeLists.txt @@ -1,7 +1,6 @@ set(LLVM_LINK_COMPONENTS support) add_clang_library(clangToolingCore - Lookup.cpp Replacement.cpp LINK_LIBS diff --git a/unittests/Tooling/CMakeLists.txt b/unittests/Tooling/CMakeLists.txt index 33b2046ae9..2ae3a3e31e 100644 --- a/unittests/Tooling/CMakeLists.txt +++ b/unittests/Tooling/CMakeLists.txt @@ -6,7 +6,6 @@ set(LLVM_LINK_COMPONENTS add_clang_unittest(ToolingTests CommentHandlerTest.cpp CompilationDatabaseTest.cpp - LookupTest.cpp ToolingTest.cpp RecursiveASTVisitorTest.cpp RecursiveASTVisitorTestCallVisitor.cpp