add note about running the test suite with valgrind

llvm-svn: 60029
This commit is contained in:
Nuno Lopes 2008-11-25 15:46:06 +00:00
parent a1232e5d7f
commit 6cdcbd1f95

View File

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