[cfe-commits] r80385 - /cfe/trunk/tools/CIndex/Makefile

Ted Kremenek kremenek at apple.com
Fri Aug 28 11:33:54 PDT 2009


Author: kremenek
Date: Fri Aug 28 13:33:53 2009
New Revision: 80385

URL: http://llvm.org/viewvc/llvm-project?rev=80385&view=rev
Log:
Add CIndex dependencies: libLLVMC and libclangSema (for IdentifierResolver).

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=80385&r1=80384&r2=80385&view=diff

==============================================================================
--- cfe/trunk/tools/CIndex/Makefile (original)
+++ cfe/trunk/tools/CIndex/Makefile Fri Aug 28 13:33:53 2009
@@ -21,8 +21,8 @@
 LINK_LIBS_IN_SHARED = 1
 SHARED_LIBRARY = 1
 
-LINK_COMPONENTS := support
-USEDLIBS = clangFrontend.a clangIndex.a clangAST.a clangLex.a clangBasic.a
+LINK_COMPONENTS := MC support
+USEDLIBS = clangFrontend.a clangIndex.a clangSema.a clangAST.a clangLex.a clangBasic.a
 
 include $(LEVEL)/Makefile.common
 





More information about the cfe-commits mailing list