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

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 3 08:32:42 PST 2005



Changes in directory llvm-www/demo:

index.cgi updated: 1.37 -> 1.38
---
Log message:

Fix the demo script


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

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


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.37 llvm-www/demo/index.cgi:1.38
--- llvm-www/demo/index.cgi:1.37	Wed Dec 15 11:00:37 2004
+++ llvm-www/demo/index.cgi	Thu Feb  3 10:32:26 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: 2004/12/15 17:00:37 $
+# Last modified $Date: 2005/02/03 16:32:26 $
 #
 
 use strict;
@@ -28,7 +28,9 @@
 $ENV{'LD_LIBRARY_PATH'} = '/home/vadve/shared/localtools/fc1/lib/';
 $ENV{'LLVM_LIB_SEARCH_PATH'} = '/home/llvm/install/bytecode-libs';
 my @PREPENDPATHDIRS =
-  ( '/home/vadve/gaeke/llvm/Release/bin', '/home/vadve/gaeke/bin',
+  (  
+    '/home/vadve/lattner/local/x86/llvm-gcc/bin/',
+    '/home/vadve/gaeke/llvm/Release/bin', '/home/vadve/gaeke/bin',
     '/home/vadve/gaeke/llvm/projects/Stacker/Release/bin' );
 
 sub getname {






More information about the llvm-commits mailing list