diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-07-27 18:14:22 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-07-27 18:14:22 +0000 |
commit | ebfe7efd1569a957661658f4382b78d5d1a35bfa (patch) | |
tree | 3bc3bb3b2b09ed77bb8272e3d3d8cbf66b354da6 | |
parent | eb1131e1b02c66939a85ae2b14514fab600b682a (diff) | |
download | llvm-ebfe7efd1569a957661658f4382b78d5d1a35bfa.zip llvm-ebfe7efd1569a957661658f4382b78d5d1a35bfa.tar.gz llvm-ebfe7efd1569a957661658f4382b78d5d1a35bfa.tar.bz2 |
Merging r309300:
------------------------------------------------------------------------
r309300 | hans | 2017-07-27 11:14:00 -0700 (Thu, 27 Jul 2017) | 1 line
Tiny docs fix
------------------------------------------------------------------------
llvm-svn: 309301
-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 b515fe9..d399da8 100644 --- a/polly/docs/TipsAndTricks.rst +++ b/polly/docs/TipsAndTricks.rst @@ -49,7 +49,7 @@ 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: |