diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-16 18:10:45 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-16 18:10:45 +0000 |
commit | 0364cd1cff00332bb76977c39b1a820c7760e760 (patch) | |
tree | d72f0ff316eb65eb60b9f2c2d761cc11ed366ef3 /llvm/docs/CommandGuide | |
parent | df74a682b75adedf17062338a714cc18b3a0325b (diff) | |
download | bcm5719-llvm-0364cd1cff00332bb76977c39b1a820c7760e760.tar.gz bcm5719-llvm-0364cd1cff00332bb76977c39b1a820c7760e760.zip |
This should automatically update on the webpage.
llvm-svn: 9165
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index fc48f7ad62d..89d92e64f40 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/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> |