aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-01-10 07:26:53 +0000
committerDouglas Gregor <dgregor@apple.com>2011-01-10 07:26:53 +0000
commit2770eb1294f425710e5802011e302a91a3614eb2 (patch)
treeb494c2656f9c7a891185a3f2d841878e7e464ef1
parent2f1a4a82610c420c0ce430c6f459a3fc1ed8daba (diff)
Unbreak the CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123162 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/StaticAnalyzer/CMakeLists.txt2
-rw-r--r--lib/StaticAnalyzer/Checkers/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/StaticAnalyzer/CMakeLists.txt b/lib/StaticAnalyzer/CMakeLists.txt
index cf81e1d5ad..8606cd263c 100644
--- a/lib/StaticAnalyzer/CMakeLists.txt
+++ b/lib/StaticAnalyzer/CMakeLists.txt
@@ -4,6 +4,7 @@ set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite)
add_clang_library(clangStaticAnalyzerCore
AggExprVisitor.cpp
+ AnalysisConsumer.cpp
AnalysisManager.cpp
AnalyzerStatsChecker.cpp
BasicConstraintManager.cpp
@@ -16,6 +17,7 @@ add_clang_library(clangStaticAnalyzerCore
CheckerHelpers.cpp
Environment.cpp
ExplodedGraph.cpp
+ ExprEngine.cpp
FlatStore.cpp
BlockCounter.cpp
CXXExprEngine.cpp
diff --git a/lib/StaticAnalyzer/Checkers/CMakeLists.txt b/lib/StaticAnalyzer/Checkers/CMakeLists.txt
index abb10fba9f..053c04d29c 100644
--- a/lib/StaticAnalyzer/Checkers/CMakeLists.txt
+++ b/lib/StaticAnalyzer/Checkers/CMakeLists.txt
@@ -4,7 +4,6 @@ set(LLVM_USED_LIBS clangBasic clangAST)
add_clang_library(clangStaticAnalyzerCheckers
AdjustedReturnValueChecker.cpp
- AnalysisConsumer.cpp
ArrayBoundChecker.cpp
ArrayBoundCheckerV2.cpp
AttrNonNullChecker.cpp
@@ -22,7 +21,6 @@ add_clang_library(clangStaticAnalyzerCheckers
ChrootChecker.cpp
DereferenceChecker.cpp
DivZeroChecker.cpp
- ExprEngine.cpp
ExprEngineExperimentalChecks.cpp
FixedAddressChecker.cpp
FrontendActions.cpp