From ddaf4fd68037735199f13d0fea77532c9898f170 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 5 Feb 2015 01:10:40 +0000 Subject: [PATCH] lldReaderWriter.a depends on lldCore.a so make sure to link that in as well. llvm-svn: 228252 --- lld/utils/linker-script-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/utils/linker-script-test/Makefile b/lld/utils/linker-script-test/Makefile index de40ca54d250..fd1b61accc07 100644 --- a/lld/utils/linker-script-test/Makefile +++ b/lld/utils/linker-script-test/Makefile @@ -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