[PATCH] D66832: [docs][Bugpoint]Add notes about multiple crashes

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372157: [docs][Bugpoint]Add notes about multiple crashes (authored by jsji, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D66832?vs=219606&id=220544#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66832/new/

https://reviews.llvm.org/D66832

Files:
  llvm/trunk/docs/Bugpoint.rst


Index: llvm/trunk/docs/Bugpoint.rst
===================================================================
--- llvm/trunk/docs/Bugpoint.rst
+++ llvm/trunk/docs/Bugpoint.rst
@@ -121,6 +121,12 @@
   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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66832.220544.patch
Type: text/x-patch
Size: 875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190917/6ae88f4c/attachment.bin>


More information about the llvm-commits mailing list