[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Mon May 9 15:36:12 PDT 2005
Changes in directory llvm-www/demo:
index.cgi updated: 1.46 -> 1.47
---
Log message:
a test
---
Diffs of the changes: (+3 -2)
index.cgi | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.46 llvm-www/demo/index.cgi:1.47
--- llvm-www/demo/index.cgi:1.46 Mon May 9 17:33:47 2005
+++ llvm-www/demo/index.cgi Mon May 9 17:35:59 2005
@@ -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: 2005/05/09 22:33:47 $
+# Last modified $Date: 2005/05/09 22:35:59 $
#
use strict;
@@ -387,9 +387,10 @@
$stats = "--stats --time-passes --info-output-file=$timerFile"
if ( $c->param('showstats') );
my $tmpFile = getname(".bc");
+my $DUMMYCRTENDPATH = '/home/vadve/gaeke/llvm/Release/runtime/';
try_run(
"optimizing linker (gccld)",
- "gccld -L $DUMMYCRTENDPATH $stats -o=$tmpFile $bytecodeFile > $outputFile 2>&1",
+"gccld -L $DUMMYCRTENDPATH $stats -o=$tmpFile $bytecodeFile > $outputFile 2>&1",
$outputFile
);
system("mv $tmpFile.bc $bytecodeFile");
More information about the llvm-commits
mailing list