[llvm] [AVR] Force relocations for non-encodable jumps (PR #121498)
Ben Shi via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 19:13:44 PST 2025
================
@@ -10,7 +10,14 @@
; ATTINY85: ldi r24, 0x3
; ATTINY85-NEXT: ret
-; AVR25: error: out of range branch target (expected an integer in the range -4096 to 4095)
----------------
benshi001 wrote:
Yes. This error has been eliminated in the MC layer, and will be reported by GNU avr-ld.
https://github.com/llvm/llvm-project/pull/121498
More information about the llvm-commits
mailing list