forked from OSchip/llvm-project
lldReaderWriter.a depends on lldCore.a so make sure
to link that in as well. llvm-svn: 228252
This commit is contained in:
parent
8e4f68b141
commit
ddaf4fd680
|
@ -19,6 +19,6 @@ LEVEL := $(LLD_LEVEL)/../..
|
|||
include $(LEVEL)/Makefile.config
|
||||
|
||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD)
|
||||
USEDLIBS = lldReaderWriter.a LLVMSupport.a
|
||||
USEDLIBS = lldReaderWriter.a lldCore.a LLVMSupport.a
|
||||
|
||||
include $(LLD_LEVEL)/Makefile
|
||||
|
|
Loading…
Reference in New Issue