[llvm-commits] CVS: reopt/tools/ttftest/Makefile
    Brian Gaeke 
    gaeke at cs.uiuc.edu
       
    Wed Jun 30 01:35:24 PDT 2004
    
    
  
Changes in directory reopt/tools/ttftest:
Makefile updated: 1.1 -> 1.2
---
Log message:
Link with the TraceIO library, which requires bcwriter.
---
Diffs of the changes:  (+2 -2)
Index: reopt/tools/ttftest/Makefile
diff -u reopt/tools/ttftest/Makefile:1.1 reopt/tools/ttftest/Makefile:1.2
--- reopt/tools/ttftest/Makefile:1.1	Mon May 17 16:25:25 2004
+++ reopt/tools/ttftest/Makefile	Wed Jun 30 01:33:14 2004
@@ -1,7 +1,7 @@
 LEVEL = ../..
 TOOLNAME = ttftest
-USEDLIBS = tracetofunction
-LLVMLIBS = vmcore bcreader analysis.a transformutils.a support.a
+USEDLIBS = tracetofunction traceio
+LLVMLIBS = vmcore bcreader bcwriter analysis.a transformutils.a support.a
 
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
    
    
More information about the llvm-commits
mailing list