Skip to content
Snippets Groups Projects
Commit a898a41a authored by Bill Wendling's avatar Bill Wendling
Browse files

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
parent 92975356
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment