[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Sat Aug 14 14:47:07 PDT 2004
Changes in directory llvm-www/demo:
index.cgi updated: 1.27 -> 1.28
---
Log message:
Temporarily disable the demo page
---
Diffs of the changes: (+6 -2)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.27 llvm-www/demo/index.cgi:1.28
--- llvm-www/demo/index.cgi:1.27 Mon Aug 9 16:16:56 2004
+++ llvm-www/demo/index.cgi Sat Aug 14 16:46:56 2004
@@ -5,7 +5,7 @@
# doing remote web JO99C compilations. (It could still be used for that
# purpose, though the two scripts have diverged somewhat.)
#
-# Last modified $Date: 2004/08/09 21:16:56 $
+# Last modified $Date: 2004/08/14 21:46:56 $
#
use CGI;
@@ -193,7 +193,9 @@
"</ul>";
print "</td></tr></table>";
-print "<p>", $c->submit, "\n", $c->endform;
+##print "<p>", $c->submit, "\n",
+
+print $c->endform;
print "\n<p>If you have questions about the LLVM code generated by the
front-end, please <a href='/docs/FAQ.html#cfe_code'>check the FAQ</a> (e.g.,
@@ -208,6 +210,8 @@
sub sanitychecktools {
my $sanitycheckfail = '';
+ barf("The demo page is currently down due to high load, please try again later!");
+
# insert tool-specific sanity checks here
$sanitycheckfail .= ' gccas' if `gccas --help 2>&1` !~ /assembler for GCC/;
$sanitycheckfail .= ' llvm-dis'
More information about the llvm-commits
mailing list