aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/hacking.html3
1 files changed, 3 insertions, 0 deletions
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 <tt>make VERBOSE=1</tt> can be used to show more detail
about what is being run.</p>
+ <p>The regression suite can also be run with Valgrind by running
+ <tt>make test VG=1</tt> in the top-level clang directory.</p>
+
<p>For more intensive changes, running
the <a href="http://llvm.org/docs/TestingGuide.html#testsuiterun">LLVM
Test Suite</a> with clang is recommended. Currently the best way to