[llvm] [llvm][MC][ARM][Assembly] Emit relocations for LDRs (PR #72873)
Eleanor Bonnici via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 25 01:55:44 PST 2023
eleanor-arm wrote:
> Is the little endian specific bit here what offset into the symbol is chosen when you load a doubleword/word/halfword, etc. ?
I missed this comment, sorry. I couldn’t get all the relocations generated for big endian targets, so I’m assuming that somewhere in the assembler code, there’s logic that separates the output generation for different endianness, before the relocations are decided… It should be clearer in the next patch :)
https://github.com/llvm/llvm-project/pull/72873
More information about the llvm-commits
mailing list