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

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 9 14:17:07 PDT 2004



Changes in directory llvm-www/demo:

index.cgi updated: 1.26 -> 1.27
---
Log message:

Hack to hopefully fix demo page on zion


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

Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.26 llvm-www/demo/index.cgi:1.27
--- llvm-www/demo/index.cgi:1.26	Thu Jul  8 22:24:32 2004
+++ llvm-www/demo/index.cgi	Mon Aug  9 16:16:56 2004
@@ -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: 2004/07/09 03:24:32 $
+# Last modified $Date: 2004/08/09 21:16:56 $
 #
 
 use CGI;
@@ -26,7 +26,7 @@
   ( '/home/vadve/gaeke/llvm/tools/Debug', '/home/vadve/gaeke/bin' );
 $ENV{'LLVM_LIB_SEARCH_PATH'} =
   '/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs';
-$ENV{'LD_LIBRARY_PATH'} = '/home/vadve/shared/localtools/x86/lib';
+$ENV{'LD_LIBRARY_PATH'} = '/home/vadve/shared/localtools/fc1/lib/';
 
 sub getname {
     my ($extension) = @_;






More information about the llvm-commits mailing list