[PATCH] D66832: [Bugpoint][CrashDebugger] Add --same-error to skip non-relevant CodeGenCrash

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 14:19:25 PDT 2019


jsji updated this revision to Diff 219606.
jsji added a comment.

Abandon the --same-error change, update docs instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66832

Files:
  llvm/docs/Bugpoint.rst


Index: llvm/docs/Bugpoint.rst
===================================================================
--- llvm/docs/Bugpoint.rst
+++ llvm/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.219606.patch
Type: text/x-patch
Size: 857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190910/584750d9/attachment.bin>


More information about the llvm-commits mailing list