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

Brian Gaeke gaeke at cs.uiuc.edu
Mon Oct 4 13:15:37 PDT 2004



Changes in directory reopt/lib:

Makefile updated: 1.23 -> 1.24
---
Log message:

Add directory with makefile for "whole reoptimizer" library to the build.


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

Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.23 reopt/lib/Makefile:1.24
--- reopt/lib/Makefile:1.23	Wed Jun 30 01:33:09 2004
+++ reopt/lib/Makefile	Mon Oct  4 15:15:26 2004
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction TraceJIT TraceIO
+DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction TraceJIT TraceIO WholeReoptimizer
 
 include $(LEVEL)/Makefile.config
 






More information about the llvm-commits mailing list