diff options
| author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-25 15:46:06 +0000 |
|---|---|---|
| committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-25 15:46:06 +0000 |
| commit | 6cdcbd1f95a1993116be3d2fcf9d5e989f5e1bba (patch) | |
| tree | e9cc2e974f71d8d3ea609b4212c6720a5b77bfd6 /clang/www/hacking.html | |
| parent | a1232e5d7fb5be486cca30bd5fa23b3c8ea5532e (diff) | |
| download | bcm5719-llvm-6cdcbd1f95a1993116be3d2fcf9d5e989f5e1bba.tar.gz bcm5719-llvm-6cdcbd1f95a1993116be3d2fcf9d5e989f5e1bba.zip | |
add note about running the test suite with valgrind
llvm-svn: 60029
Diffstat (limited to 'clang/www/hacking.html')
| -rw-r--r-- | clang/www/hacking.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/www/hacking.html b/clang/www/hacking.html index da414d66fcc..020d3cbfb2a 100644 --- a/clang/www/hacking.html +++ b/clang/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
|

