[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue May 18 11:52:08 PDT 2004
Changes in directory reopt/test:
TEST.reopt.Makefile updated: 1.11 -> 1.12
---
Log message:
Link in tracetofunction library.
---
Diffs of the changes: (+1 -1)
Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.11 reopt/test/TEST.reopt.Makefile:1.12
--- reopt/test/TEST.reopt.Makefile:1.11 Wed Mar 31 10:36:43 2004
+++ reopt/test/TEST.reopt.Makefile Tue May 18 11:51:29 2004
@@ -28,7 +28,7 @@
# Libraries that contain the Reoptimizer itself
REOPTIMIZER_OBJS = $(REOPTLIBDIR)/firstTrigger.o \
$(REOPTLIBDIR)/tracecache.o $(REOPTLIBDIR)/mapinfo.o \
- $(REOPTLIBDIR)/scratchmemory.o
+ $(REOPTLIBDIR)/scratchmemory.o $(REOPTLIBDIR)/tracetofunction.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