[llvm-commits] CVS: llvm-www/demo/index.cgi
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Nov 12 15:11:02 PST 2003
Changes in directory llvm-www/demo:
index.cgi updated: 1.1 -> 1.2
---
Log message:
Update the top of the script with a brief description of what it does.
---
Diffs of the changes: (+8 -0)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.1 llvm-www/demo/index.cgi:1.2
--- llvm-www/demo/index.cgi:1.1 Wed Nov 12 15:07:45 2003
+++ llvm-www/demo/index.cgi Wed Nov 12 15:10:24 2003
@@ -1,4 +1,12 @@
#!/usr/dcs/software/supported/bin/perl -w
+# LLVM Web Demo script
+#
+# Originally written by Brian Gaeke as the CS326 Spring 2003 script for
+# 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/12 21:10:24 $
+#
use CGI;
use POSIX;
More information about the llvm-commits
mailing list