[lld] r249246 - [ELF/AArch64] Support R_AARCH64_ADR_PREL_PG_H121 relocation.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 11:36:38 PDT 2015
On Tue, Oct 6, 2015 at 11:27 AM, Rafael EspĂndola
<rafael.espindola at gmail.com> wrote:
>> +static void handle_ADD_ABS_LO12_NC(uint8_t *Location, uint64_t S, int64_t A) {
>> + // No overflow check.
>
> Is that a missing FIXME or a note saying that there should be no overflow check?
>
The latter. In fact, NC in the ABI means "No Checking" from what I can tell.
--
Davide
"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare
More information about the llvm-commits
mailing list