From 067cc40308a9643400fd291fc8678c4a6785e90c Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Fri, 2 Mar 2012 23:18:45 +0000 Subject: [PATCH] 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 --- lib/Index/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1