From a898a41a9ba82e21613acb066ba7e582a18f197e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 19 Oct 2013 08:33:11 +0000 Subject: [PATCH] Add irreader to the component list, because ParseIR is called. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193032 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/clang-interpreter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/clang-interpreter/Makefile b/examples/clang-interpreter/Makefile index 8b73f5f856..55a8e6fb0f 100644 --- a/examples/clang-interpreter/Makefile +++ b/examples/clang-interpreter/Makefile @@ -15,8 +15,8 @@ NO_INSTALL = 1 # No plugins, optimize startup time. TOOL_NO_EXPORTS = 1 -LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter ipo \ - linker selectiondag asmparser instrumentation option +LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter irreader \ + ipo linker selectiondag asmparser instrumentation option USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a clangCodeGen.a \ clangParse.a clangSema.a clangStaticAnalyzerFrontend.a \ clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \ -- 2.40.0