[llvm-commits] CVS: llvm/test/Makefile.tests
Chris Lattner
lattner at cs.uiuc.edu
Wed Jun 18 14:40:04 PDT 2003
Changes in directory llvm/test:
Makefile.tests updated: 1.64 -> 1.65
---
Log message:
Move llvm tools to the start of the testrunner path, which allows the llvm 'as'
tool to be found in preference to the system 'as' tool.
---
Diffs of the changes:
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.64 llvm/test/Makefile.tests:1.65
--- llvm/test/Makefile.tests:1.64 Mon Jun 16 19:27:43 2003
+++ llvm/test/Makefile.tests Wed Jun 18 14:39:06 2003
@@ -53,7 +53,7 @@
LCXXFLAGS += -O2 -Wall
LLCFLAGS =
FAILURE = $(LEVEL)/test/Failure.sh
-TESTRUNR = PATH=$(PATH):$(LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh
+TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(PATH) $(LEVEL)/test/TestRunner.sh
# Native Tool Definitions
NATGCC = $(CC)
More information about the llvm-commits
mailing list