[LLVMdev] Personality function for llvm.gcroot

Joerg Sonnenberger joerg at britannica.bec.de
Fri May 23 08:49:01 PDT 2014


On Fri, May 23, 2014 at 07:01:25PM +0400, Anton Nadolskiy wrote:
> And what's the difference between these two functions anyway?

__gcc_personality_v0 is for C code, which uses it for the cleanup
attribute. __cxx_personality_v0 is for C++ code and associated
functionaltiy.

Joerg



More information about the llvm-dev mailing list