[lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 07:28:55 PDT 2025
https://github.com/smithp35 commented:
Thanks for the patch.
This looks correct for the Arm/Thumb details. I've left some stylistic suggestions that I think might help someone reading this for the first time.
For LLD generated PLTs at least, we should only see Thumb2 PLTs for a Cortex-M which I think only supports be8, however it is possible to generate be32 images so I don't think it is worth trying to take advantage of that.
https://github.com/llvm/llvm-project/pull/130764
More information about the llvm-commits
mailing list