Add ObjCARCOpts to LINK_COMPONENTS.

llvm-svn: 196915
This commit is contained in:
NAKAMURA Takumi 2013-12-10 12:40:11 +00:00
parent 6270b388c8
commit 320b4d21c8
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ NO_INSTALL = 1
TOOL_NO_EXPORTS = 1 TOOL_NO_EXPORTS = 1
LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter irreader \ LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter irreader \
ipo linker selectiondag asmparser instrumentation option ipo linker selectiondag asmparser instrumentation objcarcopts option
USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a clangCodeGen.a \ USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a clangCodeGen.a \
clangParse.a clangSema.a clangStaticAnalyzerFrontend.a \ clangParse.a clangSema.a clangStaticAnalyzerFrontend.a \
clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \ clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \

View File

@ -30,7 +30,8 @@ TOOL_INFO_PLIST := Info.plist
include $(CLANG_LEVEL)/../../Makefile.config include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \ LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
instrumentation ipo irreader linker selectiondag option instrumentation ipo irreader linker objcarcopts option \
selectiondag
USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \ USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \
clangSerialization.a clangCodeGen.a clangParse.a clangSema.a clangSerialization.a clangCodeGen.a clangParse.a clangSema.a