forked from OSchip/llvm-project
parent
6270b388c8
commit
320b4d21c8
|
@ -16,7 +16,7 @@ NO_INSTALL = 1
|
||||||
TOOL_NO_EXPORTS = 1
|
TOOL_NO_EXPORTS = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter irreader \
|
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 \
|
USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a clangCodeGen.a \
|
||||||
clangParse.a clangSema.a clangStaticAnalyzerFrontend.a \
|
clangParse.a clangSema.a clangStaticAnalyzerFrontend.a \
|
||||||
clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \
|
clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \
|
||||||
|
|
|
@ -30,7 +30,8 @@ TOOL_INFO_PLIST := Info.plist
|
||||||
include $(CLANG_LEVEL)/../../Makefile.config
|
include $(CLANG_LEVEL)/../../Makefile.config
|
||||||
|
|
||||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
|
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 \
|
USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \
|
||||||
clangSerialization.a clangCodeGen.a clangParse.a clangSema.a
|
clangSerialization.a clangCodeGen.a clangParse.a clangSema.a
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue