[llvm-commits] [llvm-gcc-4.0] r43098 - /llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp
Bill Wendling
isanbard at gmail.com
Thu Oct 18 01:56:40 PDT 2007
On Oct 18, 2007, at 1:45 AM, Duncan Sands wrote:
>>> Thanks Bill, the patch looks fine. This needs a testcase and needs
>>> to be applied to 4.2 if it has the same problem,
>>>
>> Will do.
>
> In 4.2 the unwind-resume function is configurable. For objc with
> SJLJ
> exceptions it should be _Unwind_SjLj_Resume. If this is not
> correct for
> objc, this can be changed in objc_init_exceptions.
>
In the case of this fix, we don't want to use even
_Unwind_SjLj_Resume (it's what I tried initially and got the same
type of error).
-bw
More information about the llvm-commits
mailing list