Author: nlopes
Date: Wed Dec  2 14:20:47 2009
New Revision: 90342

URL: http://llvm.org/viewvc/llvm-project?rev=90342&view=rev
Log:
this also depends on libDriver. this almost fixes the build problems of 
c-index-test

Modified:
    cfe/trunk/tools/CIndex/Makefile

Modified: cfe/trunk/tools/CIndex/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/CIndex/Makefile?rev=90342&r1=90341&r2=90342&view=diff

==============================================================================
--- cfe/trunk/tools/CIndex/Makefile (original)
+++ cfe/trunk/tools/CIndex/Makefile Wed Dec  2 14:20:47 2009
@@ -22,7 +22,7 @@
 SHARED_LIBRARY = 1
 
 LINK_COMPONENTS := MC support
-USEDLIBS = clangFrontend.a clangIndex.a clangSema.a clangAnalysis.a clangAST.a 
clangParse.a clangLex.a clangBasic.a
+USEDLIBS = clangFrontend.a clangDriver.a clangIndex.a clangSema.a 
clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
 
 include $(LEVEL)/Makefile.common
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to