summaryrefslogtreecommitdiff
path: root/tools/llvm-ld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-ld/Makefile')
-rw-r--r--tools/llvm-ld/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile
index eae7d482c5..1baae4ad47 100644
--- a/tools/llvm-ld/Makefile
+++ b/tools/llvm-ld/Makefile
@@ -10,8 +10,9 @@
LEVEL = ../..
TOOLNAME = llvm-ld
-USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a LLVMipa.a \
- LLVMTransformUtils.a LLVMTarget.a LLVMBCReader LLVMBCWriter LLVMCore \
- LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
+ LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \
+ LLVMArchive.a LLVMBCReader LLVMBCWriter \
+ LLVMCore LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common