r214620 - libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.

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


Author: chapuni
Date: Sat Aug  2 02:24:04 2014
New Revision: 214620

URL: http://llvm.org/viewvc/llvm-project?rev=214620&view=rev
Log:
libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.

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=214620&r1=214619&r2=214620&view=diff
==============================================================================
--- cfe/trunk/tools/libclang/Makefile (original)
+++ cfe/trunk/tools/libclang/Makefile Sat Aug  2 02:24:04 2014
@@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1
 SHARED_LIBRARY = 1
 
 include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := BitReader Core Option Support
+LINK_COMPONENTS := AsmParser BitReader Core MC MCParser Option Support
 USEDLIBS = clangIndex.a clangARCMigrate.a \
 	   clangRewriteFrontend.a \
 	   clangFormat.a \





More information about the cfe-commits mailing list