[lld] r218703 - [mach-o] create __unwind_info section on x86_64

Rui Ueyama ruiu at google.com
Fri Oct 17 17:58:37 PDT 2014


On Fri, Oct 17, 2014 at 5:54 PM, Tim Northover <t.p.northover at gmail.com>
wrote:

> > Ah sorry, I misunderstood which bit of code you were pointing at. I'm
> > not entirely convinced Windows is correct there, but there's not much
> > we can do even if it is wrong. Should be updated in r220115.
>
> Oh, found the missing link, and Windows is quite right.
> [iterator.requirements.general] says dereferencable is equivalent to
> *i being valid, and the containers section says v[i] <=> *(v.data() +
> i).
>

Nice. This is where that's different from the C array. :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141017/cd72dfed/attachment.html>


More information about the llvm-commits mailing list