summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
parent58d892a0fd25a5bd2562b2eb1365b74b5f8307fc (diff)
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 'examples')
-rw-r--r--examples/clang-interpreter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/clang-interpreter/Makefile b/examples/clang-interpreter/Makefile
index 55a8e6fb0f..6494e9affd 100644
--- a/examples/clang-interpreter/Makefile
+++ b/examples/clang-interpreter/Makefile
@@ -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 \