diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-16 18:13:19 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-16 18:13:19 +0000 |
commit | e610cbbaadaa2885bbaaf3fb4680cdadaa5e0891 (patch) | |
tree | 5e7db28db8caafe3b18882a4f3c65b7f5f0c18c3 /docs | |
parent | a73bc8dd390002f8233036dd96dd10344f34cd99 (diff) | |
download | external_llvm-e610cbbaadaa2885bbaaf3fb4680cdadaa5e0891.zip external_llvm-e610cbbaadaa2885bbaaf3fb4680cdadaa5e0891.tar.gz external_llvm-e610cbbaadaa2885bbaaf3fb4680cdadaa5e0891.tar.bz2 |
Update the website automatically on documentation commit [in progress].
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/bugpoint.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 89d92e6..22d5e4c 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -30,7 +30,8 @@ specified, <tt>bugpoint</tt> enters "code generator debugging mode". <h4>Crash debugging mode</h4> If a pass crashes, bugpoint will try to narrow down the list of passes and the -code to a more manageable amount. +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> |