aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ld
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-14 22:23:31 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-14 22:23:31 +0000
commit1893f9273ceedb5e9f45e07e0d8499ac3b78c1ec (patch)
tree6fe46247d6bf1f539ac06f9976f95bbb43948e21 /tools/llvm-ld
parent8c6ee6629c858474e34d0d4599aa1030409b6f97 (diff)
downloadexternal_llvm-1893f9273ceedb5e9f45e07e0d8499ac3b78c1ec.zip
external_llvm-1893f9273ceedb5e9f45e07e0d8499ac3b78c1ec.tar.gz
external_llvm-1893f9273ceedb5e9f45e07e0d8499ac3b78c1ec.tar.bz2
We need the libLLVMArchive library now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ld')
-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 eae7d48..1baae4a 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