[cfe-commits] r60029 - /cfe/trunk/www/hacking.html

Nuno Lopes nunoplopes at sapo.pt
Tue Nov 25 07:46:07 PST 2008


Author: nlopes
Date: Tue Nov 25 09:46:06 2008
New Revision: 60029

URL: http://llvm.org/viewvc/llvm-project?rev=60029&view=rev
Log:
add note about running the test suite with valgrind

Modified:
    cfe/trunk/www/hacking.html

Modified: cfe/trunk/www/hacking.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/hacking.html?rev=60029&r1=60028&r2=60029&view=diff

==============================================================================
--- cfe/trunk/www/hacking.html (original)
+++ cfe/trunk/www/hacking.html Tue Nov 25 09:46:06 2008
@@ -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





More information about the cfe-commits mailing list