lldReaderWriter.a depends on lldCore.a so make sure

to link that in as well.

llvm-svn: 228252
This commit is contained in:
Eric Christopher 2015-02-05 01:10:40 +00:00
parent 8e4f68b141
commit ddaf4fd680
1 changed files with 1 additions and 1 deletions

View File

@ -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