[llvm-branch-commits] [polly] r309301 - Merging r309300:

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 27 11:14:22 PDT 2017


Author: hans
Date: Thu Jul 27 11:14:22 2017
New Revision: 309301

URL: http://llvm.org/viewvc/llvm-project?rev=309301&view=rev
Log:
Merging r309300:
------------------------------------------------------------------------
r309300 | hans | 2017-07-27 11:14:00 -0700 (Thu, 27 Jul 2017) | 1 line

Tiny docs fix
------------------------------------------------------------------------

Modified:
    polly/branches/release_50/   (props changed)
    polly/branches/release_50/docs/TipsAndTricks.rst

Propchange: polly/branches/release_50/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jul 27 11:14:22 2017
@@ -1 +1 @@
-/polly/trunk:308505,308512
+/polly/trunk:308505,308512,309300

Modified: polly/branches/release_50/docs/TipsAndTricks.rst
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_50/docs/TipsAndTricks.rst?rev=309301&r1=309300&r2=309301&view=diff
==============================================================================
--- polly/branches/release_50/docs/TipsAndTricks.rst (original)
+++ polly/branches/release_50/docs/TipsAndTricks.rst Thu Jul 27 11:14:22 2017
@@ -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:




More information about the llvm-branch-commits mailing list