[llvm-commits] use correct personality function in DwarfWriter

Chris Lattner clattner at apple.com
Sat May 5 13:16:38 PDT 2007


On May 5, 2007, at 11:38 AM, Duncan Sands wrote:

> For some reason DwarfWriter hardwires the personality function
> as __gxx_personality_v0 (the C++ personality function) even
> though the correct one is available from MMI.  This patch fixes
> that - helpful for Ada :)

Huh, very strange.  Looks good to me, plz apply,

-Chris




More information about the llvm-commits mailing list