[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


================
@@ -1862,6 +1863,13 @@ enum : unsigned {
   GNU_PROPERTY_X86_ISA_1_V4 = 1 << 3,
 };
 
+// riscv processor feature bits.
----------------
jh7370 wrote:

Nit: What's the canonical way of spelling riscv? I thought it was "RISC-V" or "RISCV", but I could easily be wrong. The capitalization here should match that.

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


More information about the llvm-commits mailing list