[llvm] r372160 - [docs][Bugpoint] Fix build break.
Jinsong Ji via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 17 11:23:06 PDT 2019
Author: jsji
Date: Tue Sep 17 11:23:06 2019
New Revision: 372160
URL: http://llvm.org/viewvc/llvm-project?rev=372160&view=rev
Log:
[docs][Bugpoint] Fix build break.
Bugpoint.rst:124: WARNING: Mismatch: both interpreted text role prefix
and reference suffix.
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=372160&r1=372159&r2=372160&view=diff
==============================================================================
--- llvm/trunk/docs/Bugpoint.rst (original)
+++ llvm/trunk/docs/Bugpoint.rst Tue Sep 17 11:23:06 2019
@@ -121,7 +121,7 @@ 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
+* 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
More information about the llvm-commits
mailing list