diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-12 00:57:24 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-12 00:57:24 +0000 |
commit | 300e74b43fd75d240bea59049c3b729e3b0d9539 (patch) | |
tree | e4026f82b7cde683fda6ea374eff920f68cb7d7b /docs | |
parent | 5e783ab0b5fc3407ec59f1a598fdb9ef3b96b287 (diff) | |
download | external_llvm-300e74b43fd75d240bea59049c3b729e3b0d9539.zip external_llvm-300e74b43fd75d240bea59049c3b729e3b0d9539.tar.gz external_llvm-300e74b43fd75d240bea59049c3b729e3b0d9539.tar.bz2 |
Add link to Valgrind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13472 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HowToSubmitABug.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 16e4c24..69da4fa 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -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> |