[cfe-dev] Using compiler-rt
David Chisnall
David.Chisnall at cl.cam.ac.uk
Fri Jan 9 03:48:09 PST 2015
On 9 Jan 2015, at 04:36, Tim Northover <t.p.northover at gmail.com> wrote:
>
> __gcc_personality_v0 (C++ exception-related faff, pretty much
> any nontrivial "catch" block should use it).
Minor correction: __gcc_personality_v0 is the C personality function, which is used to implement __attribute__((cleanup)). It doesn't provide a mechanism for handling catches, only cleanups.
David
More information about the cfe-dev
mailing list