From: Misha Brukman Date: Thu, 15 Jan 2004 19:03:47 +0000 (+0000) Subject: * HTML 4.01 Strict DTD compliance X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=637cab07a141de568de79b9fd2c99ed34cfe571d;p=oota-llvm.git * 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 --- 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:

  • -
    - +