mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-15 22:32:35 +00:00
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:
parent
5ea51ade50
commit
3a9719a3b9
@ -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 :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user