[LLVMdev] x86 unwind support[MESSAGE NOT SCANNED]

Duncan Sands baldrick at free.fr
Tue Jul 21 05:26:35 PDT 2009


Kenneth Uildriks wrote:
>> I forgot to mention that for the moment you still need to specify
>> the personality function using an eh.selector.  That's because I
>> never got around to telling the code generators that if there is
>> none then it should use the C (not C++) personality.
> 
> You only need that to throw an exception, not to do a simple unwind, right?

The selector and personality are not for throwing exceptions, they
are for catching them when doing dwarf exception handling.

Ciao,

Duncan.



More information about the llvm-dev mailing list