summaryrefslogtreecommitdiff
path: root/tools/driver
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
commitd2c03c91601f63bc05c4a41ed2baed53f1807616 (patch)
tree976312f827acaafa144ba48c7c9ab90fec5b1762 /tools/driver
parent58d892a0fd25a5bd2562b2eb1365b74b5f8307fc (diff)
downloadclang-d2c03c91601f63bc05c4a41ed2baed53f1807616.tar.gz
clang-d2c03c91601f63bc05c4a41ed2baed53f1807616.tar.bz2
clang-d2c03c91601f63bc05c4a41ed2baed53f1807616.tar.xz
Add ObjCARCOpts to LINK_COMPONENTS.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver')
-rw-r--r--tools/driver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/driver/Makefile b/tools/driver/Makefile
index f7a9f8f36e..562b902d83 100644
--- a/tools/driver/Makefile
+++ b/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