summaryrefslogtreecommitdiffstats
path: root/lib/AST/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-05-21 21:21:53 +0000
committerDouglas Gregor <dgregor@apple.com>2009-05-21 21:21:53 +0000
commit100bb76aa972ec3baf7581f82680bef76f8e95c3 (patch)
tree203f8daf699ef9ac68d03a78844cbd3fef7164a5 /lib/AST/CMakeLists.txt
parent99459b67daa0a49af7c5e5e93324f6ca815c0e6a (diff)
Fix CMake build for AST XML dumper
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72228 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 74d872463a..a282f202f2 100644
--- a/lib/AST/CMakeLists.txt
+++ b/lib/AST/CMakeLists.txt
@@ -13,7 +13,6 @@ add_clang_library(clangAST
DeclGroup.cpp
DeclObjC.cpp
DeclTemplate.cpp
- DocumentXML.cpp
ExprConstant.cpp
Expr.cpp
ExprCXX.cpp
@@ -25,7 +24,6 @@ add_clang_library(clangAST
StmtIterator.cpp
StmtPrinter.cpp
StmtViz.cpp
- StmtXML.cpp
TemplateName.cpp
Type.cpp
)