summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-16 18:10:45 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-16 18:10:45 +0000
commita73bc8dd390002f8233036dd96dd10344f34cd99 (patch)
treee2bf859eb1a2aa33c3c95039874bfb4a94c556ed /docs/CommandGuide
parentcab5c190eb73b2a4e28f24076b4affcdd4d4332b (diff)
downloadllvm-a73bc8dd390002f8233036dd96dd10344f34cd99.tar.gz
llvm-a73bc8dd390002f8233036dd96dd10344f34cd99.tar.bz2
llvm-a73bc8dd390002f8233036dd96dd10344f34cd99.tar.xz
This should automatically update on the webpage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/bugpoint.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html
index fc48f7ad62..89d92e64f4 100644
--- a/docs/CommandGuide/bugpoint.html
+++ b/docs/CommandGuide/bugpoint.html
@@ -29,7 +29,9 @@ specified, <tt>bugpoint</tt> enters "code generator debugging mode".
<h4>Crash debugging mode</h4>
-TODO
+If a pass crashes, bugpoint will try to narrow down the list of passes and the
+code to a more manageable amount.
+[unfinished]
<h4>Miscompilation debugging mode</h4>