[llvm] r372161 - [docs][Bugpoint] Revert 5584ead50 a5aa3353

Jinsong Ji via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 11:39:04 PDT 2019


Author: jsji
Date: Tue Sep 17 11:39:04 2019
New Revision: 372161

URL: http://llvm.org/viewvc/llvm-project?rev=372161&view=rev
Log:
[docs][Bugpoint] Revert 5584ead50 a5aa3353

No sure why there are still warnings, revert while I investigate.

Modified:
    llvm/trunk/docs/Bugpoint.rst

Modified: llvm/trunk/docs/Bugpoint.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Bugpoint.rst?rev=372161&r1=372160&r2=372161&view=diff
==============================================================================
--- llvm/trunk/docs/Bugpoint.rst (original)
+++ llvm/trunk/docs/Bugpoint.rst Tue Sep 17 11:39:04 2019
@@ -121,12 +121,6 @@ non-obvious ways.  Here are some hints a
   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.




More information about the llvm-commits mailing list