[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Aug 22 19:57:14 PDT 2003
Changes in directory reopt/test:
TEST.reopt.Makefile updated: 1.2 -> 1.3
---
Log message:
Pull reoptimizer libs from the right directory (not main LLVM obj dir.)
---
Diffs of the changes:
Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.2 reopt/test/TEST.reopt.Makefile:1.3
--- reopt/test/TEST.reopt.Makefile:1.2 Fri Aug 15 19:23:16 2003
+++ reopt/test/TEST.reopt.Makefile Fri Aug 22 13:33:38 2003
@@ -13,10 +13,12 @@
TESTNAME = $*
+REOPTLIBDIR = $(PROJECT_DIR)/lib/Debug
+
# Libraries that contain the Reoptimizer itself
-REOPTIMIZER_LIBS = $(DESTLIBCURRENT)/firstTrigger.o \
- $(DESTLIBCURRENT)/tracecache.o $(DESTLIBCURRENT)/mapinfo.o \
- $(DESTLIBCURRENT)/scratchmemory.o
+REOPTIMIZER_LIBS = $(REOPTLIBDIR)/firstTrigger.o \
+ $(REOPTLIBDIR)/tracecache.o $(REOPTLIBDIR)/mapinfo.o \
+ $(REOPTLIBDIR)/scratchmemory.o
# Libraries that contain common LLVM code the Reoptimizer depends on
REOPTIMIZER_LLVM_SUPPORT_LIBS = $(DESTLIBCURRENT)/libscalaropts.a \
More information about the llvm-commits
mailing list