diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-05-21 21:21:53 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-05-21 21:21:53 +0000 |
commit | 100bb76aa972ec3baf7581f82680bef76f8e95c3 (patch) | |
tree | 203f8daf699ef9ac68d03a78844cbd3fef7164a5 | |
parent | 99459b67daa0a49af7c5e5e93324f6ca815c0e6a (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
-rw-r--r-- | lib/AST/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lib/Frontend/CMakeLists.txt | 2 |
2 files changed, 2 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 ) diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index 241cf5cc8f..649f9dae37 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -7,6 +7,7 @@ add_clang_library(clangFrontend CacheTokens.cpp DependencyFile.cpp DiagChecker.cpp + DocumentXML.cpp FixItRewriter.cpp GeneratePCH.cpp HTMLDiagnostics.cpp @@ -27,6 +28,7 @@ add_clang_library(clangFrontend RewriteMacros.cpp RewriteObjC.cpp RewriteTest.cpp + StmtXML.cpp TextDiagnosticBuffer.cpp TextDiagnosticPrinter.cpp Warnings.cpp |