diff options
Diffstat (limited to 'polly/docs/TipsAndTricks.rst')
-rw-r--r-- | polly/docs/TipsAndTricks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/docs/TipsAndTricks.rst b/polly/docs/TipsAndTricks.rst index d399da8a3ad..146da040660 100644 --- a/polly/docs/TipsAndTricks.rst +++ b/polly/docs/TipsAndTricks.rst @@ -47,7 +47,7 @@ version history is the standard approach to identify the commit that introduced 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 +`<https://github.com/llvm/llvm-project>`_. How to bisect on a git repository is explained here `<https://www.metaltoad.com/blog/beginners-guide-git-bisect-process-elimination>`_. The bisect process can also be automated as explained here: |