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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jun 30 01:35:28 PDT 2004


Changes in directory reopt/tools/dumptrace:

Makefile updated: 1.1 -> 1.2

---
Log message:

Link with the TraceIO library, which requires bcwriter.


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

Index: reopt/tools/dumptrace/Makefile
diff -u reopt/tools/dumptrace/Makefile:1.1 reopt/tools/dumptrace/Makefile:1.2
--- reopt/tools/dumptrace/Makefile:1.1	Tue Jun 29 16:56:14 2004
+++ reopt/tools/dumptrace/Makefile	Wed Jun 30 01:33:14 2004
@@ -1,6 +1,7 @@
 LEVEL = ../..
 TOOLNAME = dumptrace
-LLVMLIBS = vmcore bcreader analysis.a transformutils.a support.a
+USEDLIBS = traceio
+LLVMLIBS = vmcore bcreader bcwriter analysis.a transformutils.a support.a
 
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 





More information about the llvm-commits mailing list