[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Sun Dec 12 17:33:17 PST 2004
Changes in directory llvm-www/demo:
index.cgi updated: 1.35 -> 1.36
---
Log message:
Add links for stacker info.
---
Diffs of the changes: (+4 -2)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.35 llvm-www/demo/index.cgi:1.36
--- llvm-www/demo/index.cgi:1.35 Fri Dec 10 11:10:40 2004
+++ llvm-www/demo/index.cgi Sun Dec 12 19:33:06 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/12/10 17:10:40 $
+# Last modified $Date: 2004/12/13 01:33:06 $
#
use strict;
@@ -176,7 +176,9 @@
-values => [ 'C', 'C++', 'Stacker' ],
-default => 'C'
);
-print "</p>\n";
+print "</p><p>Look <a href='../docs/Stacker.html#lexicon'>here</a> for
+information about Stacker and <a
+href='../docs/Stacker.html#example'>examples</a>.</p>\n";
print "<table border><tr><td>";
print
More information about the llvm-commits
mailing list