[llvm-commits] Commit 168785 broke hexagon target data strings

Tobias Grosser tobias at grosser.es
Wed Nov 28 05:58:15 PST 2012


On 11/28/2012 01:56 PM, Tobias Grosser wrote:
> Hi Patrik,
>
> the Polly builder started to show four failing test cases after your
> commit 168785. The failures are not due to any Polly passes, but arise
> as soon as an LLVM-IR module with a hexagon target data string is loaded
> into opt.

Hi Patrik,

I have seen you fixed the broken version string in the Polly test cases 
in commit 168791. Thanks for the quick reaction!

I am still a little concerned as 'assert' on an invalid LLVM-IR file. As
this is a user-facing feedback, I would expect a proper error message 
when reading or verifying the bitcode. Would it be possible to provide 
such an error message.

Tobi




More information about the llvm-commits mailing list