[lld] r316752 - [ELF] Introduce range extension thunks for ARM
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 3 11:31:44 PDT 2017
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