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

Reid Spencer reid at x10sys.com
Thu Nov 25 12:22:23 PST 2004



Changes in directory llvm/tools/llc:

Makefile updated: 1.61 -> 1.62
---
Log message:

Add LLVMbzip2 library, now required.

---
Diffs of the changes:  (+1 -0)

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.61 llvm/tools/llc/Makefile:1.62
--- llvm/tools/llc/Makefile:1.61	Thu Nov 18 12:37:55 2004
+++ llvm/tools/llc/Makefile	Thu Nov 25 14:22:07 2004
@@ -31,6 +31,7 @@
 	LLVMBCWriter \
 	LLVMCore \
 	LLVMSupport.a \
+	LLVMbzip2 \
 	LLVMSystem.a
 
 TOOLLINKOPTS = $(PLATFORMLIBDL)






More information about the llvm-commits mailing list