summaryrefslogtreecommitdiffstats
path: root/clang/tools
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 12:40:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 12:40:11 +0000
commit320b4d21c8508721b8426381b7c62447204f9972 (patch)
treeedb13e9f2299dd45795a2af486f7892b0403d43d /clang/tools
parent6270b388c817c8e8933851c315a96a4aa4a4729e (diff)
downloadbcm5719-llvm-320b4d21c8508721b8426381b7c62447204f9972.tar.gz
bcm5719-llvm-320b4d21c8508721b8426381b7c62447204f9972.zip
Add ObjCARCOpts to LINK_COMPONENTS.
llvm-svn: 196915
Diffstat (limited to 'clang/tools')
-rw-r--r--clang/tools/driver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/tools/driver/Makefile b/clang/tools/driver/Makefile
index f7a9f8f36e5..562b902d837 100644
--- a/clang/tools/driver/Makefile
+++ b/clang/tools/driver/Makefile
@@ -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
OpenPOWER on IntegriCloud