From 3a9719a3b93e217f206d44e7bf9087141779d3fd Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 14 Sep 2009 15:27:43 +0000 Subject: [PATCH] Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81764 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 3f21eaffc73..661f791024c 100644 --- a/test/Makefile +++ b/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 :=