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

John Criswell criswell at cs.uiuc.edu
Thu May 19 14:45:58 PDT 2005



Changes in directory llvm-www/demo:

index.cgi updated: 1.57 -> 1.58
---
Log message:

Don't use Chris's llvm-gcc; it is out of action at the moment.


---
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.57 llvm-www/demo/index.cgi:1.58
--- llvm-www/demo/index.cgi:1.57	Wed May 18 17:51:17 2005
+++ llvm-www/demo/index.cgi	Thu May 19 16:45:40 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/18 22:51:17 $
+# Last modified $Date: 2005/05/19 21:45:40 $
 #
 
 use strict;
@@ -29,7 +29,7 @@
 
 my @PREPENDPATHDIRS =
   (  
-    '/home/vadve/lattner/local/x86/llvm-gcc/bin/',
+    '/home/vadve/criswell/box/x86/llvm-gcc/bin/',
     '/home/vadve/gaeke/llvm/Release/bin', '/home/vadve/gaeke/bin',
     '/home/vadve/gaeke/llvm/projects/Stacker/Release/bin' );
 






More information about the llvm-commits mailing list