[llvm-commits] [PATCH] Newest LandingPad Patch

Bill Wendling wendling at apple.com
Sun Aug 7 19:38:20 PDT 2011


Ping?

Begin forwarded message:

> From: Bill Wendling <wendling at apple.com>
> Subject: Re: [llvm-commits] Newest LandingPad Patch
> Date: August 4, 2011 10:45:07 AM PDT
> To: Chris Lattner <clattner at apple.com>
> Cc: Commit Messages and Patches for LLVM <llvm-commits at cs.uiuc.edu>
> 
> Ping?
> On Aug 3, 2011, at 10:42 AM, Bill Wendling wrote:
> 
>> This is the newest LandingPadInst patch. It incorporates the details from the discussions we've been having. In particular, it changes the grammar so that a "filter" clause can have a list of values (to keep the semantics of filters), while a "catch" clause may have only one value (since a catch clause with a list of values is semantically the same as a list of catches each with one value).
>> 
>> Share and enjoy!
>> -bw
>> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: landingpadinst.diff
Type: application/octet-stream
Size: 32773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110807/37ae0238/attachment.obj>
-------------- next part --------------
> 
>> 
>> <landingpadinst.diff>
>> 
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 
> _______________________________________________
> 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