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

Chris Lattner lattner at cs.uiuc.edu
Mon May 9 15:47:50 PDT 2005



Changes in directory llvm-www/demo:

index.cgi updated: 1.48 -> 1.49
---
Log message:

grr, try #n


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

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


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.48 llvm-www/demo/index.cgi:1.49
--- llvm-www/demo/index.cgi:1.48	Mon May  9 17:42:12 2005
+++ llvm-www/demo/index.cgi	Mon May  9 17:47:37 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:42:12 $
+# Last modified $Date: 2005/05/09 22:47:37 $
 #
 
 use strict;
@@ -24,9 +24,8 @@
 my $CONTACT_ADDRESS = 'Questions or comments?  Email the <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev mailing list</a>.';
 my $LOGO_IMAGE_URL  = 'cathead.png';
 my $TIMEOUTAMOUNT   = 20;
-
+$ENV{'LLVM_LIB_SEARCH_PATH'} = '/home/vadve/gaeke/llvm/Release/runtime/';
 $ENV{'LD_LIBRARY_PATH'} = '/home/vadve/shared/localtools/fc1/lib/';
-my $DUMMYCRTENDPATH      = '/home/vadve/gaeke/llvm/Release/runtime/';
 
 my @PREPENDPATHDIRS =
   (  
@@ -389,7 +388,7 @@
         my $tmpFile = getname(".bc");
         try_run(
             "optimizing linker (gccld)",
-"gccld -v -L $DUMMYCRTENDPATH $stats -o=$tmpFile $bytecodeFile > $outputFile 2>&1",
+"gccld -v $stats -o=$tmpFile $bytecodeFile > $outputFile 2>&1",
             $outputFile
         );
         system("mv $tmpFile.bc $bytecodeFile");






More information about the llvm-commits mailing list