[llvm-commits] CVS: llvm/docs/HowToSubmitABug.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 8 09:01:49 PST 2006
Changes in directory llvm/docs:
HowToSubmitABug.html updated: 1.24 -> 1.25
---
Log message:
Mention that delta can be used to reduce some Front-end problems.
Patch by Marco Matthies, thanks!
---
Diffs of the changes: (+5 -2)
HowToSubmitABug.html | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.24 llvm/docs/HowToSubmitABug.html:1.25
--- llvm/docs/HowToSubmitABug.html:1.24 Mon Nov 1 02:24:13 2004
+++ llvm/docs/HowToSubmitABug.html Wed Feb 8 11:01:37 2006
@@ -128,7 +128,10 @@
behind a <tt><i>foo</i>.i</tt> file (containing preprocessed C source code) and
possibly <tt><i>foo</i>.s</tt> (containing LLVM assembly code), for each
compiled <tt><i>foo</i>.c</tt> file. Send us the <tt><i>foo</i>.i</tt> file,
-along with a brief description of the error it caused.</p>
+along with a brief description of the error it caused. A tool that might help
+you reduce a front-end testcase to a more manageable size is
+<a href="http://delta.tigris.org/">delta</a>.
+</p>
</div>
@@ -349,7 +352,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/11/01 08:24:13 $
+ Last modified: $Date: 2006/02/08 17:01:37 $
</address>
</body>
More information about the llvm-commits
mailing list