[PATCH] D66022: [Bugpoint redesign] Fix nonlocal URI link in doc

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 14:47:57 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL368493: [Bugpoint redesign] Fix nonlocal URI link in doc (authored by diegotf30, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D66022?vs=214421&id=214458#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66022

Files:
  llvm/trunk/docs/BugpointRedesign.md


Index: llvm/trunk/docs/BugpointRedesign.md
===================================================================
--- llvm/trunk/docs/BugpointRedesign.md
+++ llvm/trunk/docs/BugpointRedesign.md
@@ -95,11 +95,8 @@
 
 ### "Quirky" Interface
 Bugpoint’s current interface overwhelms and confuses the user, the help screen
-alone ends up confusing rather providing guidance, as seen below:
-
-![Bugpoint's help option showcase](https://lh6.googleusercontent.com/sbpaSVHzpVVZKKAgHL9gvfzTWdgh3ju0KiDYql6WmWZfDYrdauOJMcuo9PP_V1dq8JQfMHOSKTv3lJcSpVytUyU8r5tJ2KTlGB0b2ve7jsZ3nVX8K8ItAbsA0JWkFKw67VJnq99m)
-
-And, not only are there numerous features and options, but some of them also
-work in unexpected ways and most of the time the user ends up using a custom
-script. Pruning and simplifying the interface will be worth considering in
-order to make the tool more useful in the general case and easier to maintain.
+alone ends up confusing rather providing guidance. And, not only are there
+numerous features and options, but some of them also work in unexpected ways
+and most of the time the user ends up using a custom script. Pruning and
+simplifying the interface will be worth considering in order to make the tool
+more useful in the general case and easier to maintain.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66022.214458.patch
Type: text/x-patch
Size: 1273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190809/e2e93c01/attachment.bin>


More information about the llvm-commits mailing list