From: Chandler Carruth Date: Tue, 20 Dec 2011 08:42:15 +0000 (+0000) Subject: Update the CMake build for r146959's new files. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ff53b3587862439a1a84a7b0bc9a7dbee0cf4eb;p=clang Update the CMake build for r146959's new files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146967 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 7ad14c41eb..4b88ad279a 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -6,6 +6,7 @@ add_clang_library(clangAnalysis CFGReachabilityAnalysis.cpp CFGStmtMap.cpp CocoaConventions.cpp + Dominators.cpp FormatString.cpp LiveVariables.cpp PostOrderCFGView.cpp diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index f98ed11c67..40e813968a 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -13,6 +13,7 @@ add_clang_library(clangFrontend ASTMerge.cpp ASTUnit.cpp CacheTokens.cpp + ChainedDiagnosticConsumer.cpp ChainedIncludesSource.cpp CompilerInstance.cpp CompilerInvocation.cpp diff --git a/lib/Lex/CMakeLists.txt b/lib/Lex/CMakeLists.txt index 39c4fd590d..0a2ffdbf23 100644 --- a/lib/Lex/CMakeLists.txt +++ b/lib/Lex/CMakeLists.txt @@ -13,6 +13,7 @@ add_clang_library(clangLex MacroInfo.cpp ModuleMap.cpp PPCaching.cpp + PPCallbacks.cpp PPDirectives.cpp PPExpressions.cpp PPLexerChange.cpp diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt index 06d02252d6..81cbd9594d 100644 --- a/lib/Sema/CMakeLists.txt +++ b/lib/Sema/CMakeLists.txt @@ -17,6 +17,7 @@ add_clang_library(clangSema SemaCast.cpp SemaChecking.cpp SemaCodeComplete.cpp + SemaConsumer.cpp SemaDecl.cpp SemaDeclAttr.cpp SemaDeclCXX.cpp diff --git a/lib/StaticAnalyzer/Core/CMakeLists.txt b/lib/StaticAnalyzer/Core/CMakeLists.txt index 391a781ab0..b2148ca555 100644 --- a/lib/StaticAnalyzer/Core/CMakeLists.txt +++ b/lib/StaticAnalyzer/Core/CMakeLists.txt @@ -36,6 +36,7 @@ add_clang_library(clangStaticAnalyzerCore SimpleConstraintManager.cpp SimpleSValBuilder.cpp Store.cpp + SubEngine.cpp SymbolManager.cpp TextPathDiagnostics.cpp )