[llvm-commits] CVS: llvm/tools/llvm-ld/Makefile

Reid Spencer reid at x10sys.com
Wed Oct 27 20:50:54 PDT 2004



Changes in directory llvm/tools/llvm-ld:

Makefile updated: 1.2 -> 1.3
---
Log message:

Convert to new library names.


---
Diffs of the changes:  (+3 -2)

Index: llvm/tools/llvm-ld/Makefile
diff -u llvm/tools/llvm-ld/Makefile:1.2 llvm/tools/llvm-ld/Makefile:1.3
--- llvm/tools/llvm-ld/Makefile:1.2	Mon Sep 13 16:15:19 2004
+++ llvm/tools/llvm-ld/Makefile	Wed Oct 27 22:50:43 2004
@@ -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






More information about the llvm-commits mailing list