[PATCH] D78741: [LLD][ELF][AVR] Implement the missing relocation types
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 13:01:17 PDT 2020
MaskRay added a comment.
Similar question: where can we find the psABI?
================
Comment at: lld/test/ELF/avr-reloc.s:7
+
+.section .LDI,"ax", at progbits
+# CHECK-LABEL: section .LDI:
----------------
Does AVR use uppercase section names?
================
Comment at: lld/test/ELF/avr-reloc.s:52
+# HEX-LABEL: section .SIX:
+# HEX: 9e8e9e8c 4e96
+std Y+b, r9
----------------
Prefer `-NEXT: ` if applicable. And align the content with the previous line.
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