[llvm-commits] [PATCH] DWARF EH Prepare for the New EH
Bill Wendling
wendling at apple.com
Wed Aug 17 10:50:06 PDT 2011
Ping?
-bw
On Aug 15, 2011, at 1:31 AM, Bill Wendling wrote:
> 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/20110817/570c20cb/attachment.obj>
-------------- next part --------------
_______________________________________________
>
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list