[llvm] [AVR] Fix parsing & emitting relative jumps (PR #102936)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 05:53:48 PDT 2024
================
@@ -0,0 +1,24 @@
+; RUN: llc -filetype=obj -mtriple=avr < %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s
----------------
aykevl wrote:
```suggestion
; RUN: llc -filetype=obj -mtriple=avr < %s | llvm-objdump -dr --no-show-raw-insn - | FileCheck %s
```
It might be a good idea to verify that no relocation is generated, so that the test really tests for the current behavior.
https://github.com/llvm/llvm-project/pull/102936
More information about the llvm-commits
mailing list