diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-12-20 08:42:15 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-12-20 08:42:15 +0000 |
commit | 3ff53b3587862439a1a84a7b0bc9a7dbee0cf4eb (patch) | |
tree | 8abe282a889cbab857c4eace3f9655122301fe26 | |
parent | 9082cddf28e03c2f718e92457e2d9c7390056b2d (diff) |
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
-rw-r--r-- | lib/Analysis/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/Frontend/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/Lex/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/Sema/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/StaticAnalyzer/Core/CMakeLists.txt | 1 |
5 files changed, 5 insertions, 0 deletions
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 ) |