iphone + LDC, a new ARM adventure

David Nadlinger code at klickverbot.at
Mon Jan 6 05:09:04 PST 2014


On Mon, Jan 6, 2014 at 2:06 PM, David Nadlinger <code at klickverbot.at> wrote:
> The source for the GCC/Clang personality function
> (__gxx_personality_sj0) is probably available somewhere as well, but I
> don't know where to look right now (libc++, probably).

Okay, I just had another short look, and libc++abi seems promising:
https://github.com/llvm-mirror/libcxxabi/tree/master/src (inofficial
GitHub mirror)

Note in particular cxa_personality.cpp and Unwind/Unwind-sljl.c.

David


More information about the digitalmars-d-ldc mailing list