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

Tanya Lattner tonic at nondot.org
Wed May 23 12:08:09 PDT 2007



Changes in directory llvm-www/demo:

index.cgi updated: 1.70 -> 1.71
---
Log message:

Demo uses 2.0 now.


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

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


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.70 llvm-www/demo/index.cgi:1.71
--- llvm-www/demo/index.cgi:1.70	Wed May 23 13:53:13 2007
+++ llvm-www/demo/index.cgi	Wed May 23 14:07:31 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 18:53:13 $
+# Last modified $Date: 2007/05/23 19:07:31 $
 #
 
 use strict;
@@ -30,8 +30,7 @@
 my @PREPENDPATHDIRS =
   (  
     '/home/vadve/shared/llvm-gcc4/bin/',
-    '/home/vadve/shared/llvm19/Debug/bin',
-    '/home/vadve/shared/llvm19/projects/Stacker/Debug/bin');
+    '/home/vadve/shared/llvm-2.0/Debug/bin');
 
 sub getname {
     my ($extension) = @_;






More information about the llvm-commits mailing list