This is for compatibility with GNU readobj. "--arm-attributes" option is left as a hidden alias due to large number of tests using it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good to me. GNU readelf --arch-specific also handles MIPS .MIPS.abiflags, PowerPC specific tags, RISC-V specific tags, etc, which llvm-readobj does not support now but these targets are supported by LLVM. CC some people for more opinions.
Comment Actions
LGTM. Later I will include under this option all existing MIPS specific "dumpers": printMipsPLTGOT, printMipsABIFlags, etc.