[PATCH] D153223: [RL78 patch 1] Add RL78 ELF defintions

Sebastian Perta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 18 03:04:41 PDT 2023


SebastianPerta created this revision.
SebastianPerta added reviewers: jyknight, ivanbaev, appcs, MaskRay, jhenderson, saugustine, arsenm.
Herald added subscribers: hiraditya, emaste.
Herald added a project: All.
SebastianPerta requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Add file with RL78 ELF relocations. Add RL78 support to ELF.h,
ELFObject.h and ELFYAML.cpp. Add simple test of RL78 ELF representation in YAML.

Please note this patch depends on the triple being defined which is done in first patch:
https://reviews.llvm.org/D150693


https://reviews.llvm.org/D153223

Files:
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/include/llvm/BinaryFormat/ELFRelocs/RL78.def
  llvm/include/llvm/Object/ELFObjectFile.h
  llvm/include/module.modulemap
  llvm/lib/Object/ELF.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/llvm-readobj/ELF/reloc-types-rl78.test
  llvm/test/tools/llvm-readobj/ELF/rl78-header-flags.test
  llvm/tools/llvm-readobj/ELFDumper.cpp
  llvm/unittests/Object/ELFObjectFileTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153223.532459.patch
Type: text/x-patch
Size: 18058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230618/a7df70ea/attachment.bin>


More information about the llvm-commits mailing list