From ab4b2efea710d260f8d0772f0e09b027103b7517 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 25 Nov 2008 15:46:06 +0000 Subject: add note about running the test suite with valgrind git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60029 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/hacking.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/hacking.html') diff --git a/www/hacking.html b/www/hacking.html index da414d66fc..020d3cbfb2 100644 --- a/www/hacking.html +++ b/www/hacking.html @@ -68,6 +68,9 @@ results, and make VERBOSE=1 can be used to show more detail about what is being run.

+

The regression suite can also be run with Valgrind by running + make test VG=1 in the top-level clang directory.

+

For more intensive changes, running the LLVM Test Suite with clang is recommended. Currently the best way to -- cgit v1.2.3-18-g5258