From b993613800ed548c3d44e49eb4bb6bbb133d8f6b Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 20 Oct 2015 07:53:14 +0000 Subject: [PATCH] Revert accidental commit. This isn't ready yet. llvm-svn: 250804 --- clang/lib/Tooling/Core/CMakeLists.txt | 1 - clang/unittests/Tooling/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/clang/lib/Tooling/Core/CMakeLists.txt b/clang/lib/Tooling/Core/CMakeLists.txt index d89b2e4578e3..c8c75f95f3cb 100644 --- a/clang/lib/Tooling/Core/CMakeLists.txt +++ b/clang/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/clang/unittests/Tooling/CMakeLists.txt b/clang/unittests/Tooling/CMakeLists.txt index 33b2046ae928..2ae3a3e31ed1 100644 --- a/clang/unittests/Tooling/CMakeLists.txt +++ b/clang/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