]> granicus.if.org Git - clang/commitdiff
Add ObjCARCOpts to LINK_COMPONENTS.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 10 Dec 2013 12:40:11 +0000 (12:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 10 Dec 2013 12:40:11 +0000 (12:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196915 91177308-0d34-0410-b5e6-96231b3b80d8

examples/clang-interpreter/Makefile
tools/driver/Makefile

index 55a8e6fb0f48cef6e4db6abc364d92ace40e18fb..6494e9affdc2c8e14d0bf31561a4df62794f455b 100644 (file)
@@ -16,7 +16,7 @@ NO_INSTALL = 1
 TOOL_NO_EXPORTS = 1
 
 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 \
            clangParse.a clangSema.a clangStaticAnalyzerFrontend.a \
            clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \
index f7a9f8f36e5e623c31e39467479ceeac232a0b35..562b902d837486073e9bbb1015363e4c51e9afc0 100644 (file)
@@ -30,7 +30,8 @@ TOOL_INFO_PLIST := Info.plist
 include $(CLANG_LEVEL)/../../Makefile.config
 
 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 \
            clangSerialization.a clangCodeGen.a clangParse.a clangSema.a