[llvm] [llvm-readobj][ELF][RISCV] Dump .note.gnu.property section contents (PR #125642)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 01:38:56 PST 2025


https://github.com/jh7370 commented:

Please combine the tests into a single test file. I don't think you need a separate object for each property value: you can easily have multiple notes in the same input file. For the 32/64 bit variation, take a look how yaml2obj's -D option is used to parameterise values in the YAML. In this case, you could parameterise the endianness value.

https://github.com/llvm/llvm-project/pull/125642


More information about the llvm-commits mailing list