summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 7204147715d..33c8a0c1dc9 100644
--- a/llvm/test/Makefile
+++ b/llvm/test/Makefile
@@ -31,16 +31,10 @@ endif
ifdef TESTSUITE
LIT_TESTSUITE := $(TESTSUITE)
-CLEANED_TESTSUITE := $(patsubst %/,%,$(TESTSUITE))
-CLEANED_TESTSUITE := $(patsubst test/%,%,$(CLEANED_TESTSUITE))
else
LIT_TESTSUITE := .
endif
-ifdef VG
-VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
-endif
-
# Check what to run for -all.
LIT_ALL_TESTSUITES := $(LIT_TESTSUITE)
OpenPOWER on IntegriCloud