diff options
| author | Jinsong Ji <jji@us.ibm.com> | 2019-09-17 18:39:04 +0000 |
|---|---|---|
| committer | Jinsong Ji <jji@us.ibm.com> | 2019-09-17 18:39:04 +0000 |
| commit | 6fce46a5f137dff54d33995a655f347a966e61be (patch) | |
| tree | 9103a783c7a1a992fdef48f9deb15b634cf72649 /llvm/docs | |
| parent | 5584ead50e627a98498993339597f5a90b36c91a (diff) | |
| download | bcm5719-llvm-6fce46a5f137dff54d33995a655f347a966e61be.tar.gz bcm5719-llvm-6fce46a5f137dff54d33995a655f347a966e61be.zip | |
[docs][Bugpoint] Revert 5584ead50 a5aa3353
No sure why there are still warnings, revert while I investigate.
llvm-svn: 372161
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/Bugpoint.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/docs/Bugpoint.rst b/llvm/docs/Bugpoint.rst index de4c6a3c2ca..f3bb54cffb5 100644 --- a/llvm/docs/Bugpoint.rst +++ b/llvm/docs/Bugpoint.rst @@ -121,12 +121,6 @@ non-obvious ways. Here are some hints and tips: miscompilation. Programs should be temporarily modified to disable outputs that are likely to vary from run to run. -* In the crash debugger, ``bugpoint`` does not distiguish different crashes - during reduction. Thus, if new crash or miscompilation happens, ``bugpoint`` - will continue with the new crash instead. If you would like to stick to - particular crash, you should write check scripts to validate the error - message, see ``-compile-command`` in :doc:`/Bugpoint`_. - * In the code generator and miscompilation debuggers, debugging will go faster if you manually modify the program or its inputs to reduce the runtime, but still exhibit the problem. |

