Displaying 1 result from an estimated 1 matches for "1000623".
Did you mean:
1000627
2008 Sep 27
4
[LLVMdev] Unwinds Gone Wild
Duncan Sands wrote:
>> I can't find any information about cxa_throw at all, not even a type
>> signature. If I could, could I just call it as if it were unwind, and it
>> would be caught by invoke?
>>
>
> cxa_throw comes from the gcc C++ runtime. In order to see how to throw
> and catch things correctly using it, compile some C++ examples down to
>