[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Sat May 22 01:57:21 PDT 2004
Changes in directory reopt/test:
TEST.reopt.Makefile updated: 1.12 -> 1.13
---
Log message:
Don't dump the wholereoptimizer.o object file in llvm/lib/Debug;
put it in llvm/projects/reopt/lib/Debug instead.
---
Diffs of the changes: (+2 -2)
Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.12 reopt/test/TEST.reopt.Makefile:1.13
--- reopt/test/TEST.reopt.Makefile:1.12 Tue May 18 11:51:29 2004
+++ reopt/test/TEST.reopt.Makefile Sat May 22 01:56:40 2004
@@ -23,7 +23,7 @@
TESTNAME = $*
-REOPTLIBDIR = $(PROJECT_DIR)/lib/Debug
+REOPTLIBDIR = $(PROJECT_DIR)/lib/$(CONFIGURATION)
# Libraries that contain the Reoptimizer itself
REOPTIMIZER_OBJS = $(REOPTLIBDIR)/firstTrigger.o \
@@ -46,7 +46,7 @@
# Solaris libraries that the Reoptimizer depends on
REOPTIMIZER_SOLARISLIBS = -lcpc -lm -lrt -lmalloc -ldl
-WHOLE_REOPTIMIZER = $(DESTLIBCURRENT)/wholereoptimizer.o
+WHOLE_REOPTIMIZER = $(REOPTLIBDIR)/wholereoptimizer.o
$(WHOLE_REOPTIMIZER): $(REOPTIMIZER_OBJS) $(REOPTIMIZER_LLVMOBJS)
/usr/ccs/bin/ld -r -o $@ $+
More information about the llvm-commits
mailing list