diff options
| -rw-r--r-- | clang/lib/Index/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Index/CMakeLists.txt b/clang/lib/Index/CMakeLists.txt index 0a3f7cb14d8..9bf35e5efe4 100644 --- a/clang/lib/Index/CMakeLists.txt +++ b/clang/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 |

