summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-14 15:27:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-14 15:27:43 +0000
commitd200b758a5be21dc3a0680529b75d544ac7a7d91 (patch)
tree226ab4a9c5baa78197bbeb799ca9deea5185d781 /llvm/test
parent2e2d1a87f9d3c9365cbcd582cff839eb0d15b498 (diff)
downloadbcm5719-llvm-d200b758a5be21dc3a0680529b75d544ac7a7d91.tar.gz
bcm5719-llvm-d200b758a5be21dc3a0680529b75d544ac7a7d91.zip
Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics.
llvm-svn: 81764
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 3f21eaffc73..661f791024c 100644
--- a/llvm/test/Makefile
+++ b/llvm/test/Makefile
@@ -43,7 +43,7 @@ LIT_TESTSUITE := .
endif
ifdef VG
-VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full
+VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
endif
IGNORE_TESTS :=
OpenPOWER on IntegriCloud