summaryrefslogtreecommitdiff
path: root/lld/utils
diff options
context:
space:
mode:
authorShankar Easwaran <shankare@codeaurora.org>2014-11-10 14:54:34 +0000
committerShankar Easwaran <shankare@codeaurora.org>2014-11-10 14:54:34 +0000
commitc937b4923e80e43a299061ae6917f3414c3a2900 (patch)
tree1cd512c87915eef98dd4404c45af2b45247a6480 /lld/utils
parent0de6a9b5bfe6ca9a82b342f584208dacc188deb8 (diff)
downloadllvm-c937b4923e80e43a299061ae6917f3414c3a2900.tar.gz
Add support library.
The parsing routines in the linker script to parse strings encoded in various formats(hexadecimal, octal, decimal, etc), is needed by the GNU driver too. This library provides helper functions for all flavors and flavors to add helper functions which other flavors may make use of. llvm-svn: 221583
Diffstat (limited to 'lld/utils')
-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 de40ca54d250..db15e6a2d5c9 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 lldSupport.a LLVMSupport.a
include $(LLD_LEVEL)/Makefile