diff options
author | Anna Zaks <ganna@apple.com> | 2012-03-02 23:18:45 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-03-02 23:18:45 +0000 |
commit | 067cc40308a9643400fd291fc8678c4a6785e90c (patch) | |
tree | 6e1dcae58aee9729a330ef1b076f741a414e5bac | |
parent | ff1e9cce64f9f4a94ebfbfd26aaca4c389382266 (diff) |
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
-rw-r--r-- | lib/Index/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |