Author: zaks
Date: Fri Mar 2 17:18:45 2012
New Revision: 151952
URL: http://llvm.org/viewvc/llvm-project?rev=151952&view=rev
Log:
Unbreak the CMake builds following the CallGraph change.
Modified:
cfe/trunk/lib/Index/CMakeLists.txt
Modified: cfe/trunk/lib/Index/CMakeLists.txt
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Index/CMakeLists.txt?rev=151952&r1=151951&r2=151952&view=diff
==============================================================================
--- cfe/trunk/lib/Index/CMakeLists.txt (original)
+++ cfe/trunk/lib/Index/CMakeLists.txt Fri Mar 2 17:18:45 2012
@@ -3,7 +3,7 @@
add_clang_library(clangIndex
ASTLocation.cpp
Analyzer.cpp
- CallGraph.cpp
+ GlobalCallGraph.cpp
DeclReferenceMap.cpp
Entity.cpp
GlobalSelector.cpp
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits