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
This commit is contained in:
Daniel Dunbar 2009-09-14 15:27:43 +00:00
parent 5ea51ade50
commit 3a9719a3b9

View File

@ -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 :=