Re: [CFI, Darwin] A hook to allow target-handling of Personality and LSDA indirections.

2019-10-12 Thread Iain Sandoe
I hadn’t realised it had been so long since I posted this: ping. Iain Sandoe wrote: > If an assembler is used that supports .cfi_xxx, then (usually) GCC's > configuration will detect this and try to use it to generate frame insns. > > This will not work for Darwin since the default implementa

[CFI, Darwin] A hook to allow target-handling of Personality and LSDA indirections.

2019-09-15 Thread Iain Sandoe
If an assembler is used that supports .cfi_xxx, then (usually) GCC's configuration will detect this and try to use it to generate frame insns. This will not work for Darwin since the default implementation for the personality and LSDA indirection is not correct for Mach-O ABI. As of now we are