[llvm-commits] CVS: reopt/tools/ttftest/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Nov 29 12:38:39 PST 2004
Changes in directory reopt/tools/ttftest:
Makefile updated: 1.4 -> 1.5
---
Log message:
Link in LLVMbzip2.o library
---
Diffs of the changes: (+2 -2)
Index: reopt/tools/ttftest/Makefile
diff -u reopt/tools/ttftest/Makefile:1.4 reopt/tools/ttftest/Makefile:1.5
--- reopt/tools/ttftest/Makefile:1.4 Thu Oct 28 12:10:44 2004
+++ reopt/tools/ttftest/Makefile Mon Nov 29 14:38:27 2004
@@ -1,8 +1,8 @@
LEVEL = ../..
TOOLNAME = ttftest
USEDLIBS = tracetofunction traceio
-LLVMLIBS = LLVMCore LLVMBCReader LLVMBCWriter LLVMAnalysis.a \
- LLVMTransformUtils.a LLVMSupport.a LLVMSystem.a
+LLVMLIBS = LLVMCore LLVMBCReader LLVMBCWriter LLVMbzip2 LLVMAnalysis.a \
+ LLVMTransformUtils.a LLVMSupport.a LLVMSystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
More information about the llvm-commits
mailing list