[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 18 23:58:01 PST 2003
Changes in directory llvm-www/demo:
index.cgi updated: 1.3 -> 1.4
---
Log message:
Add a link to the FAQ
---
Diffs of the changes: (+3 -1)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.3 llvm-www/demo/index.cgi:1.4
--- llvm-www/demo/index.cgi:1.3 Tue Nov 18 17:02:55 2003
+++ llvm-www/demo/index.cgi Tue Nov 18 23:56:54 2003
@@ -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: 2003/11/18 23:02:55 $
+# Last modified $Date: 2003/11/19 05:56:54 $
#
use CGI;
@@ -169,6 +169,8 @@
), "</ul>";
print "<p>", $c->submit, "\n", $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>, your question just might be answered (e.g., what is this <tt>__main</tt> thing?).</p>\n";
$ENV{'PATH'} = ( join ( ':', @PREPENDPATHDIRS ) ) . ":" . $ENV{'PATH'};
More information about the llvm-commits
mailing list