[lld] r228252 - lldReaderWriter.a depends on lldCore.a so make sure
Eric Christopher
echristo at gmail.com
Wed Feb 4 17:10:40 PST 2015
Author: echristo
Date: Wed Feb 4 19:10:40 2015
New Revision: 228252
URL: http://llvm.org/viewvc/llvm-project?rev=228252&view=rev
Log:
lldReaderWriter.a depends on lldCore.a so make sure
to link that in as well.
Modified:
lld/trunk/utils/linker-script-test/Makefile
Modified: lld/trunk/utils/linker-script-test/Makefile
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/utils/linker-script-test/Makefile?rev=228252&r1=228251&r2=228252&view=diff
==============================================================================
--- lld/trunk/utils/linker-script-test/Makefile (original)
+++ lld/trunk/utils/linker-script-test/Makefile Wed Feb 4 19:10:40 2015
@@ -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
More information about the llvm-commits
mailing list