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

Tanya Lattner tonic at nondot.org
Thu Sep 27 08:41:25 PDT 2007



Changes in directory llvm-www/demo:

index.cgi updated: 1.73 -> 1.74
---
Log message:

Convert to use 2.1 release


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

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


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.73 llvm-www/demo/index.cgi:1.74
--- llvm-www/demo/index.cgi:1.73	Wed May 23 14:14:41 2007
+++ llvm-www/demo/index.cgi	Thu Sep 27 10:40:41 2007
@@ -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: 2007/05/23 19:14:41 $
+# Last modified $Date: 2007/09/27 15:40:41 $
 #
 
 use strict;
@@ -29,8 +29,8 @@
 
 my @PREPENDPATHDIRS =
   (  
-    '/home/vadve/shared/llvm-gcc4/bin/',
-    '/home/vadve/shared/llvm-2.0/Debug/bin');
+    '/home/vadve/shared/llvm-gcc4.0-2.1/bin/',
+    '/home/vadve/shared/llvm-2.1/Release/bin');
 
 sub getname {
     my ($extension) = @_;






More information about the llvm-commits mailing list