aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-03 09:14:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-03 09:14:19 +0000
commit459cc2387e682d08af63eb30874eb919b801fb42 (patch)
treea351ce3104d1e54121bd79df2b8a562999c26095
parentbaac10380c8b8597a9e5f1beb96c439c3bf02baa (diff)
Update CMake for CallGraph.cpp move.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90443 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Analysis/CMakeLists.txt1
-rw-r--r--lib/Index/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index 409292d451..f621010193 100644
--- a/lib/Analysis/CMakeLists.txt
+++ b/lib/Analysis/CMakeLists.txt
@@ -13,7 +13,6 @@ add_clang_library(clangAnalysis
CFG.cpp
CFRefCount.cpp
CallAndMessageChecker.cpp
- CallGraph.cpp
CallInliner.cpp
CastToStructChecker.cpp
CheckDeadStores.cpp
diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt
index 5f818175ca..4d67035636 100644
--- a/lib/Index/CMakeLists.txt
+++ b/lib/Index/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_NO_RTTI 1)
add_clang_library(clangIndex
ASTLocation.cpp
Analyzer.cpp
+ CallGraph.cpp
DeclReferenceMap.cpp
Entity.cpp
GlobalSelector.cpp