[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Mon Nov 22 20:40:15 PST 2004



Changes in directory reopt/test:

TEST.reopt.Makefile updated: 1.29 -> 1.30
---
Log message:

Fix tool & lib pathnames for reopt tests.


---
Diffs of the changes:  (+2 -2)

Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.29 reopt/test/TEST.reopt.Makefile:1.30
--- reopt/test/TEST.reopt.Makefile:1.29	Tue Nov  9 15:39:21 2004
+++ reopt/test/TEST.reopt.Makefile	Mon Nov 22 22:40:05 2004
@@ -23,9 +23,9 @@
 
 TESTNAME = $*
 
-REOPTLIBDIR = $(PROJECT_DIR)/lib/$(CONFIGURATION)
+REOPTLIBDIR = $(LLVM_OBJ_ROOT)/projects/reopt/$(CONFIGURATION)/lib
 
-REOPTLLC = $(PROJECT_DIR)/tools/$(CONFIGURATION)/reopt-llc
+REOPTLLC = $(LLVM_OBJ_ROOT)/projects/reopt/$(CONFIGURATION)/bin/reopt-llc
 
 # Libraries that contain the Reoptimizer itself
 REOPTIMIZER_LIB = $(REOPTLIBDIR)/libwholereoptimizer.a






More information about the llvm-commits mailing list