[PATCH] D74023: [RISCV] ELF attribute section for RISC-V

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 00:50:36 PST 2020


HsiangKai created this revision.
HsiangKai added reviewers: kito-cheng, evandro, asb, shiva0217.
Herald added subscribers: luismarques, apazos, sameer.abuasal, pzheng, s.egerton, lenary, Jim, benna, psnobl, jocewei, PkmX, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, mgorny.
Herald added a project: LLVM.

Prototyping ELF attribute section for RISC-V according https://github.com/riscv/riscv-elf-psabi-doc/pull/71/files


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74023

Files:
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/include/llvm/Object/ELFObjectFile.h
  llvm/lib/Object/ELF.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
  llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
  llvm/lib/Target/RISCV/Utils/CMakeLists.txt
  llvm/lib/Target/RISCV/Utils/RISCVAttributes.cpp
  llvm/lib/Target/RISCV/Utils/RISCVAttributes.h
  llvm/test/CodeGen/RISCV/attributes-encoding.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74023.242521.patch
Type: text/x-patch
Size: 25076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/3e3fa806/attachment.bin>


More information about the llvm-commits mailing list