mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 06:27:56 +00:00
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. llvm-svn: 6775
This commit is contained in:
parent
75e1e892a6
commit
3b770a2a02
@ -53,7 +53,7 @@ LCCFLAGS += -O2 -Wall
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user