Fix CMake build for AST XML dumper

llvm-svn: 72228
This commit is contained in:
Douglas Gregor 2009-05-21 21:21:53 +00:00
parent 5d4a6400ce
commit 122660eb19
2 changed files with 2 additions and 2 deletions

View File

@ -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
)

View File

@ -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