[llvm-commits] use correct personality function in DwarfWriter

Duncan Sands baldrick at free.fr
Sat May 5 11:38:59 PDT 2007


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 :)

Ciao,

Duncan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: personality.diff
Type: text/x-diff
Size: 1642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070505/5ca5fe6c/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2007-05-05-Personality.ll
Type: text/x-objcsrc
Size: 1035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070505/5ca5fe6c/attachment.bin>


More information about the llvm-commits mailing list