Skip to content

Commit

Permalink
Correct misleading error message.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/branches/detect_llvm@41787 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
jkeenan committed Oct 10, 2009
1 parent a7ab087 commit 67a7d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auto/llvm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sub runstep {
$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 );
}
Expand Down

0 comments on commit 67a7d4c

Please sign in to comment.