From: Misha Brukman Date: Fri, 14 May 2004 18:57:24 +0000 (+0000) Subject: Mention the --tool-args option that Brian and Chris added. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1e4ae2b329b9a7ec5b34299ac96fd2f8ef17967c;p=oota-llvm.git Mention the --tool-args option that Brian and Chris added. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13572 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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