[llvm] r199147 - Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Rafael EspĂndola
rafael.espindola at gmail.com
Mon Jan 13 14:29:11 PST 2014
On 13 January 2014 14:18, Cameron McInally <cameron.mcinally at nyu.edu> wrote:
> Rafael,
>
> The error message does not trip if llvm-as is used. I do not know
> enough about this part of LLVM to comment further.
Duh, sorry, my mistake. The error only shows up on a tool (like opt)
that tries to use the data layout.
Using 'not' instead of xfail and checking the error message would still be nice.
Cheers,
Rafael
More information about the llvm-commits
mailing list