diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-28 03:50:43 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-28 03:50:43 +0000 |
commit | e84f92db26ded7b9eb69060637a04d82daf22a6b (patch) | |
tree | 3dd7f7f5f5808cfb6b9c9367a9c599695f859756 /tools/llvm-ld/Makefile | |
parent | 7c6201fd0732675dec5aba23a3ef71d32b6ba90e (diff) | |
download | external_llvm-e84f92db26ded7b9eb69060637a04d82daf22a6b.zip external_llvm-e84f92db26ded7b9eb69060637a04d82daf22a6b.tar.gz external_llvm-e84f92db26ded7b9eb69060637a04d82daf22a6b.tar.bz2 |
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/Makefile')
-rw-r--r-- | tools/llvm-ld/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index 6d9b76a..eae7d48 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 |