diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-10 12:40:11 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-10 12:40:11 +0000 |
| commit | 320b4d21c8508721b8426381b7c62447204f9972 (patch) | |
| tree | edb13e9f2299dd45795a2af486f7892b0403d43d /clang/examples | |
| parent | 6270b388c817c8e8933851c315a96a4aa4a4729e (diff) | |
| download | bcm5719-llvm-320b4d21c8508721b8426381b7c62447204f9972.tar.gz bcm5719-llvm-320b4d21c8508721b8426381b7c62447204f9972.zip | |
Add ObjCARCOpts to LINK_COMPONENTS.
llvm-svn: 196915
Diffstat (limited to 'clang/examples')
| -rw-r--r-- | clang/examples/clang-interpreter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/clang-interpreter/Makefile b/clang/examples/clang-interpreter/Makefile index 55a8e6fb0f4..6494e9affdc 100644 --- a/clang/examples/clang-interpreter/Makefile +++ b/clang/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 \ |

