summaryrefslogtreecommitdiffstats
path: root/lib/AST/CMakeLists.txt
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
commit0daea7a162bee39b1b1dd63b7bceccd3224a6a63 (patch)
tree23e6e9f5f582cf90a00de7bd83686d119ef6d315 /lib/AST/CMakeLists.txt
parent44994051cab48624be883cef7ce02241d5ce0797 (diff)
Update CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74864 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CMakeLists.txt')
-rw-r--r--lib/AST/CMakeLists.txt2
1 files changed, 0 insertions, 2 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