From 100bb76aa972ec3baf7581f82680bef76f8e95c3 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 21 May 2009 21:21:53 +0000 Subject: [PATCH] Fix CMake build for AST XML dumper git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72228 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/CMakeLists.txt | 2 -- 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 -- 2.40.0