r214617 - libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's Makefile(s) are not transitive on clang libs.

NAKAMURA Takumi geek4civic at gmail.com
Sat Aug 2 00:05:38 PDT 2014


Author: chapuni
Date: Sat Aug  2 02:05:38 2014
New Revision: 214617

URL: http://llvm.org/viewvc/llvm-project?rev=214617&view=rev
Log:
libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's Makefile(s) are not transitive on clang libs.

Modified:
    cfe/trunk/tools/libclang/Makefile

Modified: cfe/trunk/tools/libclang/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/libclang/Makefile?rev=214617&r1=214616&r2=214617&view=diff
==============================================================================
--- cfe/trunk/tools/libclang/Makefile (original)
+++ cfe/trunk/tools/libclang/Makefile Sat Aug  2 02:05:38 2014
@@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1
 SHARED_LIBRARY = 1
 
 include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := BitReader Core Support
+LINK_COMPONENTS := AsmParser BitReader Core MC Support Option
 USEDLIBS = clangIndex.a clangARCMigrate.a \
 	   clangRewriteFrontend.a \
 	   clangFormat.a \





More information about the cfe-commits mailing list