summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-02-05 01:10:40 +0000
committerEric Christopher <echristo@gmail.com>2015-02-05 01:10:40 +0000
commitddaf4fd68037735199f13d0fea77532c9898f170 (patch)
treefbc36474daaf93d925d64c5b087a61b35df13e9d
parent8e4f68b141c0a3c957b9997d8358e8a051f60448 (diff)
downloadbcm5719-llvm-ddaf4fd68037735199f13d0fea77532c9898f170.tar.gz
bcm5719-llvm-ddaf4fd68037735199f13d0fea77532c9898f170.zip
lldReaderWriter.a depends on lldCore.a so make sure
to link that in as well. llvm-svn: 228252
-rw-r--r--lld/utils/linker-script-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/utils/linker-script-test/Makefile b/lld/utils/linker-script-test/Makefile
index de40ca54d25..fd1b61accc0 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
OpenPOWER on IntegriCloud