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

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 22 12:59:01 PST 2003


Changes in directory llvm-www/demo:

index.cgi updated: 1.17 -> 1.18

---
Log message:

People are trying to use the linktime optimizer without main. :(


---
Diffs of the changes:  (+2 -2)

Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.17 llvm-www/demo/index.cgi:1.18
--- llvm-www/demo/index.cgi:1.17	Thu Nov 20 19:09:49 2003
+++ llvm-www/demo/index.cgi	Sat Nov 22 12:58:14 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 01:09:49 $
+# Last modified $Date: 2003/11/22 18:58:14 $
 #
 
 use CGI;
@@ -171,7 +171,7 @@
 print "</td><td>";
 
 print
-"<p>Bitter Melon can also run the link-time optimizer for you, if you like (but she won't link your code with any libraries.)</p><ul>",
+"<p>Bitter Melon can also run the link-time optimizer for you, if you like (but she won't link your code with any libraries).  Note that for this to work, you have to define 'main' in your program.</p><ul>",
   $c->checkbox(
     -name  => 'linkopt',
     -label => 'Run link-time optimizer'





More information about the llvm-commits mailing list