[llvm-commits] CVS: llvm/tools/llvm-ld/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 14 14:24:09 PST 2004
Changes in directory llvm/tools/llvm-ld:
Makefile updated: 1.3 -> 1.4
---
Log message:
We need the libLLVMArchive library now
---
Diffs of the changes: (+4 -3)
Index: llvm/tools/llvm-ld/Makefile
diff -u llvm/tools/llvm-ld/Makefile:1.3 llvm/tools/llvm-ld/Makefile:1.4
--- llvm/tools/llvm-ld/Makefile:1.3 Wed Oct 27 22:50:43 2004
+++ llvm/tools/llvm-ld/Makefile Sun Nov 14 16:23:31 2004
@@ -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
More information about the llvm-commits
mailing list