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

Chris Lattner lattner at cs.uiuc.edu
Mon May 9 15:55:59 PDT 2005



Changes in directory llvm-www/demo:

index.cgi updated: 1.52 -> 1.53
---
Log message:

remove this: problem fixed, stupid file permissions :(


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

 index.cgi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.52 llvm-www/demo/index.cgi:1.53
--- llvm-www/demo/index.cgi:1.52	Mon May  9 17:53:55 2005
+++ llvm-www/demo/index.cgi	Mon May  9 17:55:46 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:53:55 $
+# Last modified $Date: 2005/05/09 22:55:46 $
 #
 
 use strict;
@@ -388,7 +388,7 @@
         my $tmpFile = getname(".bc");
         try_run(
             "optimizing linker (gccld)",
-"gccld -L/home/vadve/gaeke/llvm/Release/runtime/ $stats -o=$tmpFile $bytecodeFile > $outputFile 2>&1",
+"gccld $stats -o=$tmpFile $bytecodeFile > $outputFile 2>&1",
             $outputFile
         );
         system("mv $tmpFile.bc $bytecodeFile");






More information about the llvm-commits mailing list