summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/AST/CMakeLists.txt2
-rw-r--r--clang/lib/Frontend/CMakeLists.txt1
-rw-r--r--clang/lib/Index/CMakeLists.txt3
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt
index f844cf1529b..ac4cbb2d296 100644
--- a/clang/lib/AST/CMakeLists.txt
+++ b/clang/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/clang/lib/Frontend/CMakeLists.txt b/clang/lib/Frontend/CMakeLists.txt
index f8d09dbee89..5e94e656172 100644
--- a/clang/lib/Frontend/CMakeLists.txt
+++ b/clang/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/clang/lib/Index/CMakeLists.txt b/clang/lib/Index/CMakeLists.txt
index 90b60010270..1e41c7fa584 100644
--- a/clang/lib/Index/CMakeLists.txt
+++ b/clang/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
)
OpenPOWER on IntegriCloud