Add link to Valgrind.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 12 May 2004 00:57:24 +0000 (00:57 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 12 May 2004 00:57:24 +0000 (00:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13472 91177308-0d34-0410-b5e6-96231b3b80d8

docs/HowToSubmitABug.html

index 16e4c24a58b72590ca90f00c63ee2f922cb445a8..69da4fafdbf2052f49f3c3c42859c70ffe451c73 100644 (file)
@@ -231,8 +231,9 @@ before defining them, etc.) which the verifier will check for after a pass
 finishes its run.</p>
 
 <p>If it looks like the LLVM compiler is miscompiling a program, the very first
-thing to check is to make sure it is not using undefined behavior.  In 
-particular, check to see if the program valgrinds clean, passes purify, or some
+thing to check is to make sure it is not using undefined behavior.  In
+particular, check to see if the program <a
+href="http://valgrind.kde.org/">valgrind</a>s clean, passes purify, or some
 other memory checker tool.  Many of the "LLVM bugs" that we have chased down
 ended up being bugs in the program being compiled, not LLVM.</p>