[polly] r305634 - [doc] Add Davide's links regarding automated bisecting

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 17 01:44:13 PDT 2017


Author: grosser
Date: Sat Jun 17 03:44:12 2017
New Revision: 305634

URL: http://llvm.org/viewvc/llvm-project?rev=305634&view=rev
Log:
[doc] Add Davide's links regarding automated bisecting

Modified:
    polly/trunk/docs/TipsAndTricks.rst

Modified: polly/trunk/docs/TipsAndTricks.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/TipsAndTricks.rst?rev=305634&r1=305633&r2=305634&view=diff
==============================================================================
--- polly/trunk/docs/TipsAndTricks.rst (original)
+++ polly/trunk/docs/TipsAndTricks.rst Sat Jun 17 03:44:12 2017
@@ -49,4 +49,8 @@ the regression.
 LLVM has a single repository that contains all projects. It can be cloned at:
 `<https://github.com/llvm-project/llvm-project-20170507>`_. How to bisect on a
 git repository is explained here
-`<https://www.metaltoad.com/blog/beginners-guide-git-bisect-process-elimination`.
+`<https://www.metaltoad.com/blog/beginners-guide-git-bisect-process-elimination`_.
+The bisect process can also be automated as explained here:
+`<https://www.metaltoad.com/blog/mechanizing-git-bisect-bug-hunting-lazy>`_.
+An LLVM specific run script is available here:
+`<https://gist.github.com/dcci/891cd98d80b1b95352a407d80914f7cf>`_.




More information about the llvm-commits mailing list