[PATCH][X86_64/MC] Fix alignment of unwind data.

Anton Korobeynikov anton at korobeynikov.info
Sun Sep 15 11:00:11 PDT 2013


LGTM

On Sun, Sep 15, 2013 at 9:57 PM, Kai Nacke <kai.nacke at redstar.de> wrote:
> Hi!
>
> The current alignment in the SEH unwind data does not correspond to the MS
> specification.
>
> For alignment purposes, the instruction array will always have an even
> number of entries, with the final entry potentially unused (in which case
> the array will be one longer than indicated by the count of unwind codes
> field).
>
> The attached patch changes the alignment as required by the spec.
>
> Again, this patch was already reviewed by Charles Davis and Nico Rieck on
> 07/03 but I miss the final approval from the code owners.
>
> Regards
> Kai



-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list