summaryrefslogtreecommitdiff
path: root/polly/docs
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-06-17 08:44:12 +0000
committerTobias Grosser <tobias@grosser.es>2017-06-17 08:44:12 +0000
commitc016d2d02a37a3a6321a93558e6adae96ee77e97 (patch)
treeaecd0c7f3b813f90d9408e4656132a91993543ad /polly/docs
parent3addd89dd0ca6f609da36be6e70a5053bdb5f48e (diff)
downloadllvm-c016d2d02a37a3a6321a93558e6adae96ee77e97.tar.gz
[doc] Add Davide's links regarding automated bisecting
llvm-svn: 305634
Diffstat (limited to 'polly/docs')
-rw-r--r--polly/docs/TipsAndTricks.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/polly/docs/TipsAndTricks.rst b/polly/docs/TipsAndTricks.rst
index 71758891c73a..b515fe9c70b3 100644
--- a/polly/docs/TipsAndTricks.rst
+++ b/polly/docs/TipsAndTricks.rst
@@ -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>`_.