[svn:parrot] r41787 - branches/detect_llvm/config/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Oct 10 03:17:52 UTC 2009


Author: jkeenan
Date: Sat Oct 10 03:17:50 2009
New Revision: 41787
URL: https://trac.parrot.org/parrot/changeset/41787

Log:
Correct misleading error message.

Modified:
   branches/detect_llvm/config/auto/llvm.pm

Modified: branches/detect_llvm/config/auto/llvm.pm
==============================================================================
--- branches/detect_llvm/config/auto/llvm.pm	Sat Oct 10 02:48:22 2009	(r41786)
+++ branches/detect_llvm/config/auto/llvm.pm	Sat Oct 10 03:17:50 2009	(r41787)
@@ -90,7 +90,7 @@
                 $output = capture_output( 'lli', $bcfile );
             };
             if ( $@ or $output !~ /hello world/ ) {
-                print "Unable to into LLVM bitcode file with 'lli'\n"
+                print "Unable to run  LLVM bitcode file with 'lli'\n"
                     if $verbose;
                 $self->_handle_result( $conf, 0 );
             }


More information about the parrot-commits mailing list