diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 46a5955d7a5..b07d6cf1bbe 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -272,15 +272,21 @@ Backend, and then link in the shared object it generates.
To debug the JIT:
bugpoint -run-jit -output=[correct output file] [bytecode file] ---args -- [program arguments]
++bugpoint -run-jit -output=[correct output file] [bytecode file] \ + --tool-args -- [arguments to pass to lli] \ + --args -- [program arguments] +
Similarly, to debug the LLC, one would run:
bugpoint -run-llc -output=[correct output file] [bytecode file] ---args -- [program arguments]
++bugpoint -run-llc -output=[correct output file] [bytecode file] \ + --tool-args -- [arguments to pass to llc] \ + --args -- [program arguments] +
Special note: if you are debugging MultiSource or SPEC tests that