[PATCH] D36233: [ThinLTO] Add FunctionAttrs to ThinLTO index
Charles Saternos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 12:59:58 PDT 2017
ncharlie added a comment.
In https://reviews.llvm.org/D36233#829465, @mehdi_amini wrote:
> In https://reviews.llvm.org/D36233#829464, @ncharlie wrote:
>
> > In https://reviews.llvm.org/D36233#829454, @mehdi_amini wrote:
> >
> > > What makes them fail?
> >
> >
> > They're missing the new field I added to the bitcode, so they fail a bounds-check assert.
>
>
> I'm glad we have these tests then :)
> That's a real bug in your code: the bitcode has to be designed so that you can read back older version.
OK, I'll move that field then.
https://reviews.llvm.org/D36233
More information about the llvm-commits
mailing list