[LLVMdev] RFC: Darwin EH Patch

Bill Wendling isanbard at gmail.com
Mon Sep 10 17:06:59 PDT 2007


Hi all,

Here's a proposed patch for exception handling on Darwin. Basically,
it spits out a global stub for the personality functions, and uses
this:

  .long L____gxx_personality_v0$non_lazy_ptr-.

instead of doing ".set ..." magic.

Comments?

-bw



More information about the llvm-dev mailing list