[llvm-commits] CVS: reopt/lib/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jun 30 01:34:18 PDT 2004


Changes in directory reopt/lib:

Makefile updated: 1.22 -> 1.23

---
Log message:

Build the TraceIO library.


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

Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.22 reopt/lib/Makefile:1.23
--- reopt/lib/Makefile:1.22	Wed May 26 16:24:00 2004
+++ reopt/lib/Makefile	Wed Jun 30 01:33:09 2004
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction TraceJIT
+DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction TraceJIT TraceIO
 
 include $(LEVEL)/Makefile.config
 





More information about the llvm-commits mailing list