summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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