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

tools/libclang/Makefile

index 51493571ef8ca29f37a37b19002d332a06b0f6d2..60f80368a449ef6c1e17f87d9eb6dd7f8047ec53 100644 (file)
@@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1
 SHARED_LIBRARY = 1
 
 include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := AsmParser BitReader Core MC Support Option
+LINK_COMPONENTS := BitReader Core Option Support
 USEDLIBS = clangIndex.a clangARCMigrate.a \
           clangRewriteFrontend.a \
           clangFormat.a \