================ @@ -238,7 +238,6 @@ void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { break; } case R_AVR_13_PCREL: { - checkInt(loc, val - 2, 13, rel); ---------------- aykevl wrote: Looks like these were older comments? https://github.com/llvm/llvm-project/pull/92695