mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
Add link to Valgrind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13472 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e783ab0b5
commit
300e74b43f
@ -232,7 +232,8 @@ finishes its run.</p>
|
|||||||
|
|
||||||
<p>If it looks like the LLVM compiler is miscompiling a program, the very first
|
<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
|
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
|
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
|
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>
|
ended up being bugs in the program being compiled, not LLVM.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user