summaryrefslogtreecommitdiff
path: root/tools/llvm-ld
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-28 03:50:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-28 03:50:43 +0000
commite84f92db26ded7b9eb69060637a04d82daf22a6b (patch)
tree3dd7f7f5f5808cfb6b9c9367a9c599695f859756 /tools/llvm-ld
parent7c6201fd0732675dec5aba23a3ef71d32b6ba90e (diff)
downloadllvm-e84f92db26ded7b9eb69060637a04d82daf22a6b.tar.gz
llvm-e84f92db26ded7b9eb69060637a04d82daf22a6b.tar.bz2
llvm-e84f92db26ded7b9eb69060637a04d82daf22a6b.tar.xz
Convert to new library names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ld')
-rw-r--r--tools/llvm-ld/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile
index 6d9b76abc8..eae7d482c5 100644
--- a/tools/llvm-ld/Makefile
+++ b/tools/llvm-ld/Makefile
@@ -10,7 +10,8 @@
LEVEL = ../..
TOOLNAME = llvm-ld
-USEDLIBS = ipo.a transforms.a scalaropts.a analysis.a ipa.a transformutils.a \
- target.a bcreader bcwriter vmcore support.a LLVMsystem.a
+USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a LLVMipa.a \
+ LLVMTransformUtils.a LLVMTarget.a LLVMBCReader LLVMBCWriter LLVMCore \
+ LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common