From 459cc2387e682d08af63eb30874eb919b801fb42 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 3 Dec 2009 09:14:19 +0000 Subject: [PATCH] Update CMake for CallGraph.cpp move. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90443 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CMakeLists.txt | 1 - lib/Index/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1