[PATCH] D78741: [LLD][ELF][AVR] Implement the missing relocation types
LemonBoy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 13:34:07 PDT 2020
LemonBoy added a comment.
In D78741#2000152 <https://reviews.llvm.org/D78741#2000152>, @MaskRay wrote:
> Similar question: where can we find the psABI?
Good question, I wasn't able to find any document online.
All the info I've used come from this <http://ww1.microchip.com/downloads/en/devicedoc/atmel-0856-avr-instruction-set-manual.pdf> ISA manual and by feeding some asm into `ld` to see if the result matched my expectations.
(I forgot to add that D78721 <https://reviews.llvm.org/D78721> is needed to let the test complete)
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