summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-16 18:14:43 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-16 18:14:43 +0000
commit3f71722f44875fd220306be9431e610d4b739ece (patch)
tree7e7a88ed7d0f197f13833c3ce9f2eeb0dad941e1 /docs
parente610cbbaadaa2885bbaaf3fb4680cdadaa5e0891 (diff)
downloadllvm-3f71722f44875fd220306be9431e610d4b739ece.tar.gz
llvm-3f71722f44875fd220306be9431e610d4b739ece.tar.bz2
llvm-3f71722f44875fd220306be9431e610d4b739ece.tar.xz
Automagically update website docs on commits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/bugpoint.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html
index 22d5e4ce30..18088a20c5 100644
--- a/docs/CommandGuide/bugpoint.html
+++ b/docs/CommandGuide/bugpoint.html
@@ -32,6 +32,7 @@ specified, <tt>bugpoint</tt> enters "code generator debugging mode".
If a pass crashes, bugpoint will try to narrow down the list of passes and the
code to a more manageable amount. Using a sophisticated binary-search algorithm,
<tt>bugpoint</tt> pares down the list of passes to a minimum set.
+
[unfinished]
<h4>Miscompilation debugging mode</h4>