[llvm-commits] [PATCH] DWARF EH Prepare for the New EH

Bill Wendling wendling at apple.com
Mon Aug 15 01:31:33 PDT 2011


This is a patch for the DwarfEHPrepare.cpp file to support the new EH model. It's very straight-forward. Any 'resume' instruction in the function is turned into a call to the appropriate "_Unwind_Resume()". The rest of the module isn't needed (and will be removed once we switch over) because of the lovely invariants. :-)

Please review and let me know if you have any comments.

-bw

-------------- next part --------------
A non-text attachment was scrubbed...
Name: eh.dwarf.eh.prepare.diff
Type: application/octet-stream
Size: 3194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110815/7efbad5e/attachment.obj>
-------------- next part --------------




More information about the llvm-commits mailing list