diff options
-rw-r--r-- | lib/AST/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lib/Frontend/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/Index/CMakeLists.txt | 3 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index f844cf1529..ac4cbb2d29 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -4,7 +4,6 @@ add_clang_library(clangAST APValue.cpp ASTConsumer.cpp ASTContext.cpp - ASTLocation.cpp CFG.cpp DeclarationName.cpp DeclBase.cpp @@ -13,7 +12,6 @@ add_clang_library(clangAST DeclGroup.cpp DeclObjC.cpp DeclPrinter.cpp - DeclReferenceMap.cpp DeclTemplate.cpp ExprConstant.cpp Expr.cpp diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index f8d09dbee8..5e94e65617 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -26,7 +26,6 @@ add_clang_library(clangFrontend PlistDiagnostics.cpp PrintParserCallbacks.cpp PrintPreprocessedOutput.cpp - ResolveLocation.cpp RewriteBlocks.cpp RewriteMacros.cpp RewriteObjC.cpp diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt index 90b6001027..1e41c7fa58 100644 --- a/lib/Index/CMakeLists.txt +++ b/lib/Index/CMakeLists.txt @@ -1,7 +1,10 @@ set(LLVM_NO_RTTI 1) add_clang_library(clangIndex + ASTLocation.cpp + DeclReferenceMap.cpp Entity.cpp IndexProvider.cpp Program.cpp + ResolveLocation.cpp ) |