[doc] Add Davide's links regarding automated bisecting

llvm-svn: 305634
This commit is contained in:
Tobias Grosser 2017-06-17 08:44:12 +00:00
parent 3addd89dd0
commit c016d2d02a
1 changed files with 5 additions and 1 deletions

View File

@ -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>`_.