From: Anna Zaks Date: Fri, 2 Mar 2012 23:18:45 +0000 (+0000) Subject: Unbreak the CMake builds following the CallGraph change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=067cc40308a9643400fd291fc8678c4a6785e90c;p=clang Unbreak the CMake builds following the CallGraph change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151952 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt index 0a3f7cb14d..9bf35e5efe 100644 --- a/lib/Index/CMakeLists.txt +++ b/lib/Index/CMakeLists.txt @@ -3,7 +3,7 @@ set(LLVM_USED_LIBS clangBasic clangAST) add_clang_library(clangIndex ASTLocation.cpp Analyzer.cpp - CallGraph.cpp + GlobalCallGraph.cpp DeclReferenceMap.cpp Entity.cpp GlobalSelector.cpp