summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-08 17:01:37 +0000
committerChris Lattner <sabre@nondot.org>2006-02-08 17:01:37 +0000
commit6f5a00fd6838d10ff72cf63b8ee0211310b3d9d3 (patch)
tree36969d75c67d24e420f7ba22a9276c2454712794
parent4999a5c0c76e98e0ebc00135c75798cc5d8b6369 (diff)
downloadbcm5719-llvm-6f5a00fd6838d10ff72cf63b8ee0211310b3d9d3.tar.gz
bcm5719-llvm-6f5a00fd6838d10ff72cf63b8ee0211310b3d9d3.zip
Mention that delta can be used to reduce some Front-end problems.
Patch by Marco Matthies, thanks! llvm-svn: 26061
-rw-r--r--llvm/docs/HowToSubmitABug.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html
index 77bf040a990..7bc6414a5dc 100644
--- a/llvm/docs/HowToSubmitABug.html
+++ b/llvm/docs/HowToSubmitABug.html
@@ -128,7 +128,10 @@ bunch of stuff, and should end with telling you that one of
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>
OpenPOWER on IntegriCloud