[lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 01:25:14 PDT 2025
https://github.com/jh7370 commented:
I'm not a great fan of the big binary blobs in the llvm-objdump tests. I wonder if it would be more appropriate for these tests to appear in `cross-project-tests`, where they could use both lld and llvm-objdump, since they are testing llvm-objdump's behaviour in conjunction with LLD's PLT generation behaviour. Thoughts @MaskRay?
Another slightly wacky idea could be to write the instructions in assembly, use llvm-mc to generate an object file containing the corresponding sections (with pre-computed values for addresses, where needed), then use llvm-objcopy to extract those sections into files that are somehow read and passed as the -D parameter values to yaml2obj. That's probably too much setup to be worthwhile, but just throwing it out there as an option.
https://github.com/llvm/llvm-project/pull/130764
More information about the llvm-commits
mailing list