[llvm-commits] CVS: llvm-www/demo/index.cgi

Brian Gaeke gaeke at cs.uiuc.edu
Thu Nov 20 18:27:01 PST 2003


Changes in directory llvm-www/demo:

index.cgi updated: 1.7 -> 1.8

---
Log message:

Slightly modify mail message


---
Diffs of the changes:  (+3 -1)

Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.7 llvm-www/demo/index.cgi:1.8
--- llvm-www/demo/index.cgi:1.7	Thu Nov 20 18:22:26 2003
+++ llvm-www/demo/index.cgi	Thu Nov 20 18:26:08 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/21 00:22:26 $
+# Last modified $Date: 2003/11/21 00:26:08 $
 #
 
 use CGI;
@@ -314,6 +314,8 @@
 	chomp ($host = `host $ip`) if $ip;
     mailto( 'lattner at cs.uiuc.edu',
             "--- Query: ---\nFrom: ($ip) $host\nInput: $lines lines of $lg\n"
+          . "cxxdemangle = " . ($c->param('cxxdemangle') ? 1 : 0)
+          . ", linkopt = " . ($c->param('linkopt') ? 1 : 0) . "\n\n"
           . "--- Source: ---\n$source\n"
           . "--- Result: ---\n$UnhilightedResult\n" );
 





More information about the llvm-commits mailing list