mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 21:11:36 +00:00
Quote the value of the PATH variable so that Cygwin and Windows can have
spaces in path names and not confuse the shell. llvm-svn: 20241
This commit is contained in:
parent
df0507b980
commit
03fbce04b9
@ -39,7 +39,7 @@ LCXXFLAGS += -O2 -Wall
|
|||||||
LLCFLAGS =
|
LLCFLAGS =
|
||||||
FAILURE = $(LLVM_SRC_ROOT)/test/Failure.sh
|
FAILURE = $(LLVM_SRC_ROOT)/test/Failure.sh
|
||||||
TESTRUNR = @echo Running test: $<; \
|
TESTRUNR = @echo Running test: $<; \
|
||||||
PATH=$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
|
PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
|
||||||
$(LLVM_SRC_ROOT)/test/TestRunner.sh
|
$(LLVM_SRC_ROOT)/test/TestRunner.sh
|
||||||
|
|
||||||
LLCLIBS := $(LLCLIBS) -lm
|
LLCLIBS := $(LLCLIBS) -lm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user