[llvm] [AVR] Force relocations for non-encodable jumps (PR #121498)
Patryk Wychowaniec via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 01:06:47 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)
----------------
Patryk27 wrote:
This error is unreachable now, the previous test was overzealous.
https://github.com/llvm/llvm-project/pull/121498
More information about the llvm-commits
mailing list