[lld] [llvm] [RISCV] Support .note.gnu.property for enable Zicfiss and Zicfilp extension (PR #77414)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 06:05:12 PDT 2024
================
@@ -7884,10 +7902,11 @@ template <class ELFT> void LLVMELFDumper<ELFT>::printNotes() {
W.printString("Type",
"Unknown (" + to_string(format_hex(Type, 10)) + ")");
+ uint16_t Target = this->Obj.getHeader().e_machine;
----------------
SuHo-llrr wrote:
Done, I think EMachine is good for following conventions.
Thanks
https://github.com/llvm/llvm-project/pull/77414
More information about the llvm-commits
mailing list