[LLVMdev] Personality function for llvm.gcroot
Anton Nadolskiy
a.nadolskiy at samsung.com
Fri May 23 08:01:25 PDT 2014
Hello,
Why does LLVM use __gcc_personality_v0 instead of __gxx_personality_v0
function when it lowers llvm.gcroot intrinsic? For my try-catch codegen I
use last one (so does clang) and it conflicts with __gcc_personality_v0
produced by LLVM? I know how to solve it with my own GC plug-in, just
wondering.
And what's the difference between these two functions anyway?
Thanks,
Anthony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140523/7d9b9d00/attachment.html>
More information about the llvm-dev
mailing list