From: Chris Lattner
Date: Wed, 8 Feb 2006 17:01:37 +0000 (+0000)
Subject: Mention that delta can be used to reduce some Front-end problems.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7e8443fd5afca34d637cf0f77a67c91c1b41da4d;p=oota-llvm.git
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
---
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index 77bf040a990..7bc6414a5dc 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 foo.i file (containing preprocessed C source code) and
possibly foo.s (containing LLVM assembly code), for each
compiled foo.c file. Send us the foo.i file,
-along with a brief description of the error it caused.
+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
+delta.
+