forked from OSchip/llvm-project
parent
b3833ef0c1
commit
23ea50eee4
|
@ -10,7 +10,8 @@
|
|||
CLANG_LEVEL = ../..
|
||||
TESTNAME = CodeGen
|
||||
include $(CLANG_LEVEL)/../../Makefile.config
|
||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
|
||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option \
|
||||
profiledata
|
||||
USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
|
||||
clangRewrite.a clangRewriteFrontend.a \
|
||||
clangParse.a clangSema.a clangAnalysis.a \
|
||||
|
|
Loading…
Reference in New Issue