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

Tanya Lattner tonic at nondot.org
Wed May 23 12:15:01 PDT 2007



Changes in directory llvm-www/demo:

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

Modify llvm-ld check


---
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.72 llvm-www/demo/index.cgi:1.73
--- llvm-www/demo/index.cgi:1.72	Wed May 23 14:13:12 2007
+++ llvm-www/demo/index.cgi	Wed May 23 14:14: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:13:12 $
+# Last modified $Date: 2007/05/23 19:14:41 $
 #
 
 use strict;
@@ -256,7 +256,7 @@
       if ( `llvm-gcc --version 2>&1` !~ /Free Software Foundation/ );
 
     $sanitycheckfail .= ' llvm-ld'
-      if `llvm-ld --help 2>&1` !~ /llvm linker for GCC/;
+      if `llvm-ld --help 2>&1` !~ /llvm linker/;
 
     $sanitycheckfail .= ' llvm-bcanalyzer'
       if `llvm-bcanalyzer --help 2>&1` !~ /bcanalyzer/;






More information about the llvm-commits mailing list