[all-commits] [llvm/llvm-project] a1984e: [llvm-readobj][ELF][RISCV] Dump .note.gnu.property...
Ming-Yi Lai via All-commits
all-commits at lists.llvm.org
Thu Feb 6 21:55:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1984ec5eab09f9b49c232eb00827c3718f5940f
https://github.com/llvm/llvm-project/commit/a1984ec5eab09f9b49c232eb00827c3718f5940f
Author: Ming-Yi Lai <ming-yi.lai at mediatek.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M llvm/include/llvm/BinaryFormat/ELF.h
A llvm/test/tools/llvm-readobj/ELF/RISCV/note-gnu-property.yaml
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readobj][ELF][RISCV] Dump .note.gnu.property section contents (#125642)
RISCV Zicfilp/Zicfiss extensions uses the `.note.gnu.property` section
to store flags indicating the adoption of features based on these
extensions. This patch enables the llvm-readobj/llvm-readelf tools to
dump these flags with the `--note` flag.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list