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

Kai Nacke kai.nacke at redstar.de
Sun Sep 15 11:04:32 PDT 2013


Thanks!  Committed in r190767.

Regards
Kai

On 15.09.2013 20:00, Anton Korobeynikov wrote:
> 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
>
>
>




More information about the llvm-commits mailing list