Details
Details
- Reviewers
ruiu sfertile • espindola - Commits
- rG5dffc95b26b6: [ELF][test] Use llvm-readelf's short option -r instead of -relocations and…
rLLD343135: [ELF][test] Use llvm-readelf's short option -r instead of -relocations and…
rL343135: [ELF][test] Use llvm-readelf's short option -r instead of -relocations and…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I don't feel comfortable about using an option that is not shown in the --help message, so either add it to the help message or just leave them as is.
Comment Actions
Thanks for doing this. I didn't realize we got the wide behavior by default with llvm-readelf.
Comment Actions
Shall we proceed with this? These llvm-readelf short options are listed in -help since rL342339 and -r has been used in llvm-readobj (e.g. ELF/lto/relocation-model.ll) llvm-objdump.