From 637cab07a141de568de79b9fd2c99ed34cfe571d Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 15 Jan 2004 19:03:47 +0000 Subject: [PATCH] * HTML 4.01 Strict DTD compliance * Added icons to check document easily git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10886 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToSubmitABug.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index bcc856fd26d..63a0be7b6fe 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -11,8 +11,6 @@ How to submit an LLVM bug report -
-
@@ -31,12 +29,14 @@ -

Written by Chris Lattner and - Misha Brukman

+
+

Written by Chris Lattner and + Misha Brukman

+
- + Debugging
@@ -293,8 +293,8 @@ the following:

./test.llc [program options] -

If debugging the JIT, load the shared object and supply the test -bytecode:

+
  • If debugging the JIT, load the shared object and supply the test +bytecode:
       lli -load=safe.so test.bc [program options]
    @@ -305,14 +305,18 @@ bytecode:

  • -
    - + -- 2.34.1