[llvm-commits] CVS: llvm-www/demo/index.cgi
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Nov 20 18:57:09 PST 2003
Changes in directory llvm-www/demo:
index.cgi updated: 1.15 -> 1.16
---
Log message:
** insert griping about sh syntax here **
---
Diffs of the changes: (+2 -2)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.15 llvm-www/demo/index.cgi:1.16
--- llvm-www/demo/index.cgi:1.15 Thu Nov 20 18:56:04 2003
+++ llvm-www/demo/index.cgi Thu Nov 20 18:56:40 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:56:04 $
+# Last modified $Date: 2003/11/21 00:56:40 $
#
use CGI;
@@ -295,7 +295,7 @@
$stats = '--stats --time-passes' if ($c->param('showstats'));
print " Running link-time optimizer.\n";
my $tmpFile = getname(".bc");
- try_run("link-time optimizer (gccld)", "gccld $stats --link-as-library -o=$tmpFile $bytecodeFile 2>&1 > $outputFile", $outputFile );
+ try_run("link-time optimizer (gccld)", "gccld $stats --link-as-library -o=$tmpFile $bytecodeFile > $outputFile 2>&1", $outputFile );
system("mv $tmpFile $bytecodeFile");
}
More information about the llvm-commits
mailing list