]> granicus.if.org Git - clang/commitdiff
libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's Makefile(s...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 2 Aug 2014 07:05:38 +0000 (07:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 2 Aug 2014 07:05:38 +0000 (07:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214617 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/Makefile

index 134735826e4ff013c63ce269b01ee3f9a9d8855d..51493571ef8ca29f37a37b19002d332a06b0f6d2 100644 (file)
@@ -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 \