forked from OSchip/llvm-project
parent
16c3bb3198
commit
36c3a58557
|
@ -9,6 +9,7 @@
|
|||
LEVEL = ../..
|
||||
|
||||
TOOLNAME = llvm-link
|
||||
USEDLIBS = LLVMBCReader LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
|
||||
USEDLIBS = LLVMLinker.a LLVMBCReader LLVMBCWriter \
|
||||
LLVMCore LLVMSupport.a LLVMSystem.a
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue