1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add link to Valgrind.

llvm-svn: 13472
This commit is contained in:
Misha Brukman 2004-05-12 00:57:24 +00:00
parent bc83892156
commit 9f74e683c2

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