[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


================
@@ -3,22 +3,23 @@
 ; RUN:     | llvm-objdump -d - | FileCheck --check-prefix=INST %s
----------------
aykevl wrote:

Same for all the assembly tests. For example:

```suggestion
; RUN:     | llvm-objdump -dr - | FileCheck --check-prefix=INST %s
```

https://github.com/llvm/llvm-project/pull/102936


More information about the llvm-commits mailing list