Displaying 3 results from an estimated 3 matches for "d9e31333".
2013 Mar 29
0
[LLVMdev] How to initiate/throw an exception (resume just continues)
On 29 Mar 2013, at 17:15, edA-qa mort-ora-y <eda-qa at disemia.com> wrote:
> I'm trying to add some basic exception handling to my language now and
> I'm uncertain of how I actually start the exception propagation. It
> appears that "resume" will continue the exception, but I see no mention
> of how the exception actually starts.
>
> If I look at the IR
2013 Mar 29
1
[LLVMdev] How to initiate/throw an exception (resume just continues)
...pt: I'm also happy to receive encrypted mail.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130329/d9e31333/attachment.sig>
2013 Mar 29
2
[LLVMdev] How to initiate/throw an exception (resume just continues)
I'm trying to add some basic exception handling to my language now and
I'm uncertain of how I actually start the exception propagation. It
appears that "resume" will continue the exception, but I see no mention
of how the exception actually starts.
If I look at the IR output of a simple C++ program I see that it calls
@__cxa_throw, but that is a library function. Somehow I must