[PATCH] D78741: [LLD][ELF][AVR] Implement the missing relocation types
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 12:47:27 PDT 2020
aykevl added inline comments.
================
Comment at: lld/test/ELF/avr-reloc.s:58
+## The disassembler is not yet able to decode those opcodes
+## 4e b3 in r20, 0x1e
+## f1 99 sbic 0x1e, 1
----------------
Since D74049 landed, it is able to disassemble I/O instructions such as `in`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78741/new/
https://reviews.llvm.org/D78741
More information about the llvm-commits
mailing list