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

Reid Spencer reid at x10sys.com
Wed Aug 9 15:31:58 PDT 2006



Changes in directory llvm-www/demo:

index.cgi updated: 1.60 -> 1.61
---
Log message:

Take llvm2cpp out of the sanity check to restore the demo page.


---
Diffs of the changes:  (+1 -4)

 index.cgi |    5 +----
 1 files changed, 1 insertion(+), 4 deletions(-)


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.60 llvm-www/demo/index.cgi:1.61
--- llvm-www/demo/index.cgi:1.60	Wed Aug  9 17:28:57 2006
+++ llvm-www/demo/index.cgi	Wed Aug  9 17:31:44 2006
@@ -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: 2006/08/09 22:28:57 $
+# Last modified $Date: 2006/08/09 22:31:44 $
 #
 
 use strict;
@@ -264,9 +264,6 @@
     $sanitycheckfail .= ' llvm-bcanalyzer'
       if `llvm-bcanalyzer --help 2>&1` !~ /bcanalyzer/;
 
-    $sanitycheckfail .= ' llvm2cpp' 
-      if `llvm2cpp --help 2>&1` !~ /llvm2cpp/;
-
     barf(
 "<br/>The demo page is currently unavailable. [tools: ($sanitycheckfail ) failed sanity check]"
       )






More information about the llvm-commits mailing list