From: NAKAMURA Takumi Date: Sat, 2 Aug 2014 07:16:14 +0000 (+0000) Subject: libclang/Makefile: Update LINK_COMPONENTS take #2. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d749c02930f6f8c674657ab57ad810c588e6058f;p=clang libclang/Makefile: Update LINK_COMPONENTS take #2. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214619 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/Makefile b/tools/libclang/Makefile index 51493571ef..60f80368a4 100644 --- a/tools/libclang/Makefile +++ b/tools/libclang/Makefile @@ -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 \