[lld] [llvm] [llvm-readobj][ELF] Test multivalued rpath entries and alter the output for readobj to emphasize the single valued nature of NEEDED, SONAME, USED etc. (PR #96562)
Khem Raj via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 00:22:53 PDT 2024
kraj wrote:
The output now differs from what GNU readelf/objdump generates. There is a tool in yocto which processes `SONAME` entry to detect the name of the shared object and now that test fails and several packages fail when using llvm-readelf, I wonder if there are more such tools post processing ELF files, they all will have similar issues.
https://github.com/llvm/llvm-project/pull/96562
More information about the llvm-commits
mailing list