diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index de9b5b166d5..d4b336980e9 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -274,6 +274,16 @@ Backend, and then link in the shared object it generates.

--args -- [program arguments]

+

Special note: if you are debugging MultiSource or SPEC tests that +already exist in the llvm/test hierarchy, there is an easier way to +debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which +will pass the program options specified in the Makefiles:

+ +
+

cd llvm/test/../../program
+ make bugpoint-jit

+
+

At the end of a successful bugpoint run, you will be presented with two bytecode files: a safe file which can be compiled with the C backend and the test file which either LLC or the JIT