[lld] r316752 - [ELF] Introduce range extension thunks for ARM

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 02:39:18 PST 2017


Thank you for spotting that. Effectively yes; ISR was from an earlier
implementation that didn't use InputSectionDescription directly, it
stood for InputSectionRange. I've changed it to ISD in r317469

Peter

On 3 November 2017 at 18:31, Rafael Avila de Espindola
<rafael.espindola at gmail.com> wrote:
> Peter Smith via llvm-commits <llvm-commits at lists.llvm.org> writes:
>
>> +// Find or create a ThunkSection within the InputSectionDescription (ISD) that
>> +// is in range of Src. An ISR maps to a range of InputSections described by a
>> +// linker script section pattern such as { .text .text.* }.
>
> Is ISR a typo for ISD?
>
> Cheers,
> Rafael


More information about the llvm-commits mailing list