[llvm-commits] CVS: llvm/tools/bugpoint/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 14 15:24:05 PST 2004
Changes in directory llvm/tools/bugpoint:
Makefile updated: 1.9 -> 1.10
---
Log message:
bugpoint needs LLVMLinker.a now.
---
Diffs of the changes: (+3 -2)
Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.9 llvm/tools/bugpoint/Makefile:1.10
--- llvm/tools/bugpoint/Makefile:1.9 Wed Oct 27 18:18:45 2004
+++ llvm/tools/bugpoint/Makefile Sun Nov 14 17:23:18 2004
@@ -14,8 +14,9 @@
ANALIBS = LLVMDataStructure LLVMipa LLVMTarget.a
USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \
- LLVMTransformUtils LLVMAsmParser LLVMBCReader LLVMBCWriter LLVMCore \
- LLVMSupport.a LLVMSystem.a
+ LLVMTransformUtils \
+ LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \
+ LLVMCore LLVMSupport.a LLVMSystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
More information about the llvm-commits
mailing list