aboutsummaryrefslogtreecommitdiff
path: root/www/hacking.html
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2008-11-25 15:46:06 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2008-11-25 15:46:06 +0000
commitab4b2efea710d260f8d0772f0e09b027103b7517 (patch)
treea004f3b3b12b167d1b000a0cc3b0e40b1ca2ff5d /www/hacking.html
parent43d0ffdacedc0ba16f302f316eabc2a2b0e2623b (diff)
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
Diffstat (limited to 'www/hacking.html')
-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