[PATCH] D79545: [VE] Implements minimum MC layer for VE (3/4)

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 20:27:46 PDT 2020


kaz7 created this revision.
kaz7 added projects: LLVM, VE.
kaz7 added reviewers: arsenm, simoll, k-ishizaka.
Herald added subscribers: llvm-commits, rupprecht, MaskRay, hiraditya, wdng.
Herald added a reviewer: jhenderson.
kaz7 added a child revision: D79546: [VE] Implements minimum MC layer for VE.

Define ELF binary code for VE and modify code where should use this new code.

Depends on D79544 <https://reviews.llvm.org/D79544>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79545

Files:
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/include/llvm/BinaryFormat/ELFRelocs/VE.def
  llvm/include/llvm/Object/ELFObjectFile.h
  llvm/lib/Object/ELF.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79545.262534.patch
Type: text/x-patch
Size: 4560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/70aa9307/attachment.bin>


More information about the llvm-commits mailing list