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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Dec 8 23:47:03 PST 2004



Changes in directory llvm-www/demo:

index.cgi updated: 1.31 -> 1.32
---
Log message:

Change to new path for llvm tools.
Fix typo (DisableLoad->DisableForm).


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

Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.31 llvm-www/demo/index.cgi:1.32
--- llvm-www/demo/index.cgi:1.31	Sat Oct 16 13:29:18 2004
+++ llvm-www/demo/index.cgi	Thu Dec  9 01:46:53 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/10/16 18:29:18 $
+# Last modified $Date: 2004/12/09 07:46:53 $
 #
 
 use CGI;
@@ -24,7 +24,7 @@
 $CONTACT_ADDRESS = 'gaeke -at- uiuc.edu';
 $LOGO_IMAGE_URL  = 'cathead.png';
 @PREPENDPATHDIRS =
-  ( '/home/vadve/gaeke/llvm/tools/Debug', '/home/vadve/gaeke/bin' );
+  ( '/home/vadve/gaeke/llvm/Release/bin', '/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/fc1/lib/';
@@ -211,7 +211,7 @@
     my $sanitycheckfail = '';
 
     barf("The demo page is currently down due to high load, please try again later!")
-      if ($DisableLoad);
+      if ($DisableForm);
 
     # insert tool-specific sanity checks here
     $sanitycheckfail .= ' gccas' if `gccas --help 2>&1` !~ /assembler for GCC/;






More information about the llvm-commits mailing list