[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Jul 6 13:17:04 PDT 2004
Changes in directory reopt/test:
TEST.reopt.Makefile updated: 1.18 -> 1.19
---
Log message:
Add traceio library.
---
Diffs of the changes: (+2 -1)
Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.18 reopt/test/TEST.reopt.Makefile:1.19
--- reopt/test/TEST.reopt.Makefile:1.18 Fri Jun 25 03:04:03 2004
+++ reopt/test/TEST.reopt.Makefile Tue Jul 6 13:15:40 2004
@@ -28,7 +28,8 @@
# Libraries that contain the Reoptimizer itself
REOPTIMIZER_OBJS = $(REOPTLIBDIR)/firstTrigger.o \
$(REOPTLIBDIR)/tracecache.o $(REOPTLIBDIR)/mapinfo.o \
- $(REOPTLIBDIR)/scratchmemory.o $(REOPTLIBDIR)/tracetofunction.o $(REOPTLIBDIR)/tracejit.o
+ $(REOPTLIBDIR)/scratchmemory.o $(REOPTLIBDIR)/tracetofunction.o \
+ $(REOPTLIBDIR)/tracejit.o $(REOPTLIBDIR)/traceio.o
# Object files that contain common LLVM code the Reoptimizer depends on
REOPTIMIZER_LLVMOBJS = $(DESTLIBCURRENT)/vmcore.o \
More information about the llvm-commits
mailing list