[polly] r342716 - fix the scan-build urls

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 21 02:07:58 PDT 2018


Author: sylvestre
Date: Fri Sep 21 02:07:58 2018
New Revision: 342716

URL: http://llvm.org/viewvc/llvm-project?rev=342716&view=rev
Log:
fix the scan-build urls

Modified:
    polly/trunk/www/index.html
    polly/trunk/www/menu.html.incl

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=342716&r1=342715&r2=342716&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Fri Sep 21 02:07:58 2018
@@ -226,8 +226,8 @@
   <td>
   <h4>Automatic code coverage and static analysis tests</h4>
   Sylvestre Ledru set up automatic tests for <a
-  href="http://buildd-clang.debian.net/coverage/">code coverage</a> and
-  <a href="http://buildd-clang.debian.net/scan-build/">static analysis</a>
+  href="http://llvm.org/reports/coverage/">code coverage</a> and
+  <a href="http://llvm.org/reports/scan-build/">static analysis</a>
   which run at least once a day and which include results for Polly.
   <h4>Move to CLooG 0.18.1 and isl 0.12.1</h4>
   With the move to an isl 0.12 version Polly can be compiled without the

Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=342716&r1=342715&r2=342716&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Fri Sep 21 02:07:58 2018
@@ -32,7 +32,7 @@ Optimizations</span></h2>
     <a href="/bugs.html">Bug Reports</a>
     <a href="http://lab.llvm.org:8011/console?category=polly">Buildbot</a>
     <a href="http://lab.llvm.org:8080/coverage/coverage-reports/polly/index.html">Code Coverage</a>
-    <a href="http://buildd-clang.debian.net/scan-build/">Static analysis</a>
+    <a href="http://llvm.org/reports/scan-build/">Static analysis</a>
     <a href="/doxygen/">Doxygen</a>
     <a href="https://github.com/llvm-mirror/polly">Source @ GitHub</a>
   </div>




More information about the llvm-commits mailing list