[llvm-commits] CVS: reopt/tools/ttftest/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Thu Oct 28 10:10:55 PDT 2004



Changes in directory reopt/tools/ttftest:

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

Update references to LLVM libraries whose names changed. Also, do not link cwriter with reopt-llc

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

Index: reopt/tools/ttftest/Makefile
diff -u reopt/tools/ttftest/Makefile:1.3 reopt/tools/ttftest/Makefile:1.4
--- reopt/tools/ttftest/Makefile:1.3	Mon Sep 20 17:48:57 2004
+++ reopt/tools/ttftest/Makefile	Thu Oct 28 12:10:44 2004
@@ -1,7 +1,8 @@
 LEVEL = ../..
 TOOLNAME = ttftest
 USEDLIBS = tracetofunction traceio
-LLVMLIBS = vmcore bcreader bcwriter analysis.a transformutils.a support.a LLVMsystem.a
+LLVMLIBS = LLVMCore LLVMBCReader LLVMBCWriter LLVMAnalysis.a \
+	LLVMTransformUtils.a LLVMSupport.a LLVMSystem.a
 
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 






More information about the llvm-commits mailing list