[llvm] r230772 - Centralize handling of the eh_begin and eh_end labels.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Feb 27 10:30:22 PST 2015


On 27 February 2015 at 13:26, Renato Golin <renato.golin at linaro.org> wrote:
> On 27 February 2015 at 18:18, Rafael Espindola
> <rafael.espindola at gmail.com> wrote:
>> Author: rafael
>> Date: Fri Feb 27 12:18:39 2015
>> New Revision: 230772
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=230772&view=rev
>> Log:
>> Centralize handling of the eh_begin and eh_end labels.
>
> Hi Rafael,
>
> None of the ARM tests were changed? Or didn't we have them proper in
> the first place?

The only visible change (other than not crashing in a corner case) is
the order of .cfi_(begin|end) and the eh labels. Looks like no arm
test had that hardcoded.

Cheers,
Rafael



More information about the llvm-commits mailing list