[PATCH] D139553: [llvm-objdump][RISCV] Use new common method to parse ARCH RISCV attribute

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 05:58:29 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG537cdf92c434: [llvm-objdump][RISCV] Use new common method to parse ARCH RISCV attribute (authored by eklepilkina, committed by anton-afanasyev).
Herald added a subscriber: luke.

Changed prior to commit:
  https://reviews.llvm.org/D139553?vs=488912&id=489525#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139553/new/

https://reviews.llvm.org/D139553

Files:
  llvm/include/llvm/MC/SubtargetFeature.h
  llvm/include/llvm/Object/COFF.h
  llvm/include/llvm/Object/ELFObjectFile.h
  llvm/include/llvm/Object/MachO.h
  llvm/include/llvm/Object/ObjectFile.h
  llvm/include/llvm/Object/Wasm.h
  llvm/include/llvm/Object/XCOFFObjectFile.h
  llvm/include/llvm/Support/RISCVISAInfo.h
  llvm/lib/DebugInfo/LogicalView/Readers/LVELFReader.cpp
  llvm/lib/MC/SubtargetFeature.cpp
  llvm/lib/Object/ELFObjectFile.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/lib/Object/XCOFFObjectFile.cpp
  llvm/lib/Support/RISCVISAInfo.cpp
  llvm/test/tools/llvm-objdump/ELF/RISCV/extensions.test
  llvm/test/tools/llvm-objdump/ELF/RISCV/tag-riscv-arch.s
  llvm/test/tools/llvm-objdump/ELF/RISCV/unknown-arch-attr.test
  llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  llvm/tools/llvm-objdump/llvm-objdump.cpp
  llvm/tools/llvm-profgen/ProfiledBinary.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139553.489525.patch
Type: text/x-patch
Size: 19792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230116/47397f41/attachment.bin>


More information about the llvm-commits mailing list