summaryrefslogtreecommitdiff
path: root/docs/HowToSubmitABug.html
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
commit7e8443fd5afca34d637cf0f77a67c91c1b41da4d (patch)
tree7970c6b1d164be6d76d97ba96f524da6acf225ad /docs/HowToSubmitABug.html
parented51a0fb9287c7bf583e1794168decf24d15859f (diff)
downloadllvm-7e8443fd5afca34d637cf0f77a67c91c1b41da4d.tar.gz
llvm-7e8443fd5afca34d637cf0f77a67c91c1b41da4d.tar.bz2
llvm-7e8443fd5afca34d637cf0f77a67c91c1b41da4d.tar.xz
Mention that delta can be used to reduce some Front-end problems.
Patch by Marco Matthies, thanks! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26061 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index 77bf040a99..7bc6414a5d 100644
--- a/docs/HowToSubmitABug.html
+++ b/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>