Proper error message in native codegen
Simon Peyton-Jones
simonpj at microsoft.com
Wed Jun 20 17:51:42 CEST 2012
I'm not sure that the native codegen has a decent error reporting mechanism, I'm afraid. It probably should. I wonder if CoreToStg might do this instead?
Simon
From: Geoffrey Mainland
Sent: 20 June 2012 14:46
To: Simon Peyton-Jones
Subject: Proper error message in native codegen
Hi Simon,
A simple question (I think): is the best way to bail out of the native codegen when hitting a vector op via calling sorry? Current error message:
ghc: sorry! (unimplemented feature or known bug)
(GHC version 7.5 for x86_64-unknown-linux):
The native code generator does not support vector
instructions. Please use -fllvm.
Thanks,
Geoff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/cvs-ghc/attachments/20120620/a7731141/attachment.htm>
More information about the Cvs-ghc
mailing list