mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
Failure.sh is dead, remove it.
llvm-svn: 36316
This commit is contained in:
parent
6dbda77071
commit
d041f297b0
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
# Failure.sh - This little script is used by the makefile to print out errors
|
||||
# when they occur.
|
||||
|
||||
echo
|
||||
echo "******************** TEST '$1' FAILED! ********************"
|
||||
echo
|
@ -37,7 +37,6 @@ endif
|
||||
LCCFLAGS += -O2 -Wall
|
||||
LCXXFLAGS += -O2 -Wall
|
||||
LLCFLAGS =
|
||||
FAILURE = $(LLVM_SRC_ROOT)/test/Failure.sh
|
||||
TESTRUNR = @echo Running test: $<; \
|
||||
PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
|
||||
$(LLVM_SRC_ROOT)/test/TestRunner.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user