[llvm-commits] CVS: reopt/lib/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Wed May 26 16:27:14 PDT 2004
Changes in directory reopt/lib:
Makefile updated: 1.21 -> 1.22
---
Log message:
Add TraceJIT subdir to the build
---
Diffs of the changes: (+1 -1)
Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.21 reopt/lib/Makefile:1.22
--- reopt/lib/Makefile:1.21 Sat May 22 15:42:40 2004
+++ reopt/lib/Makefile Wed May 26 16:24:00 2004
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction
+DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction TraceJIT
include $(LEVEL)/Makefile.config
More information about the llvm-commits
mailing list