summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-06 21:38:29 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-06 21:38:29 +0000
commit26e8b9c9c1d3880769c1e7dbc30bd072ea877b91 (patch)
tree1225b52dd4508c411b87a27a8c9bcf270fed9b19
parent85b18aff24b3314b880d7dce603eee9e46119d4e (diff)
downloadbcm5719-llvm-26e8b9c9c1d3880769c1e7dbc30bd072ea877b91.tar.gz
bcm5719-llvm-26e8b9c9c1d3880769c1e7dbc30bd072ea877b91.zip
Update CMake files.
llvm-svn: 74864
-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