[llvm-commits] CVS: llvm/docs/HowToSubmitABug.html

Misha Brukman brukman at cs.uiuc.edu
Tue May 11 19:57:02 PDT 2004


Changes in directory llvm/docs:

HowToSubmitABug.html updated: 1.17 -> 1.18

---
Log message:

Add link to Valgrind.


---
Diffs of the changes:  (+4 -3)

Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.17 llvm/docs/HowToSubmitABug.html:1.18
--- llvm/docs/HowToSubmitABug.html:1.17	Tue May 11 14:34:27 2004
+++ llvm/docs/HowToSubmitABug.html	Tue May 11 19:57:24 2004
@@ -231,8 +231,9 @@
 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>
 
@@ -340,7 +341,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/05/11 19:34:27 $
+  Last modified: $Date: 2004/05/12 00:57:24 $
 </address>
 
 </body>





More information about the llvm-commits mailing list