r196915 - Add ObjCARCOpts to LINK_COMPONENTS.

NAKAMURA Takumi geek4civic at gmail.com
Tue Dec 10 04:40:11 PST 2013


Author: chapuni
Date: Tue Dec 10 06:40:11 2013
New Revision: 196915

URL: http://llvm.org/viewvc/llvm-project?rev=196915&view=rev
Log:
Add ObjCARCOpts to LINK_COMPONENTS.

Modified:
    cfe/trunk/examples/clang-interpreter/Makefile
    cfe/trunk/tools/driver/Makefile

Modified: cfe/trunk/examples/clang-interpreter/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/clang-interpreter/Makefile?rev=196915&r1=196914&r2=196915&view=diff
==============================================================================
--- cfe/trunk/examples/clang-interpreter/Makefile (original)
+++ cfe/trunk/examples/clang-interpreter/Makefile Tue Dec 10 06:40:11 2013
@@ -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 \

Modified: cfe/trunk/tools/driver/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/driver/Makefile?rev=196915&r1=196914&r2=196915&view=diff
==============================================================================
--- cfe/trunk/tools/driver/Makefile (original)
+++ cfe/trunk/tools/driver/Makefile Tue Dec 10 06:40:11 2013
@@ -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
 





More information about the cfe-commits mailing list