[PATCH][X86_64/MC] Fix code offset for unwind code SET_FPREG and enable test
Charles Davis
cdavis5x at gmail.com
Tue Aug 20 05:34:28 PDT 2013
On Aug 12, 2013, at 12:07 AM, Kai Nacke wrote:
> Hi!
>
> The code offset for unwind code SET_FPREG is wrong because it
> is set to constant 0. The fix is to do the same as for the other
> unwind codes: emit a label and later the absolute difference
> between the label and the begin of the prologue.
>
> The attached patch fixes the issue and enables the associated test.
>
> Please review.
LGTM.
Chip
>
> Regards
>
> Kai
> <0001-Fix-failing-test-seh.s.patch>_______________________________________________
> 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