]> granicus.if.org Git - clang/commitdiff
libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 2 Aug 2014 07:24:04 +0000 (07:24 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 2 Aug 2014 07:24:04 +0000 (07:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214620 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/Makefile

index 60f80368a449ef6c1e17f87d9eb6dd7f8047ec53..9e65a41f7d7771499a7ff3fd5a196ea68ec53868 100644 (file)
@@ -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 \