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

Tim Northover t.p.northover at gmail.com
Fri Oct 17 17:46:40 PDT 2014


> I don't think taking an address of v[n] where n is an integer and v is a
> std::vector of size n is valid. If you run this test on Windows with debug
> build, it will actually fail because of an assertion in the standard
> library.

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.

Cheers.

Tim



More information about the llvm-commits mailing list