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. +