[PATCH] D86610: [ELF] Add new EM called EM_CSKY

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 04:30:49 PDT 2020


zixuan-wu created this revision.
zixuan-wu added reviewers: MaskRay, arsenm.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
zixuan-wu requested review of this revision.
Herald added a subscriber: wdng.

This is the split part of D86269 <https://reviews.llvm.org/D86269>, which add a new ELF machine flag called EM_CSKY and related relocations.
Some target-specific flags and tests for csky can be added in follow-up patches later.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86610

Files:
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/include/llvm/BinaryFormat/ELFRelocs/CSKY.def
  llvm/include/llvm/Object/ELFObjectFile.h
  llvm/lib/Object/ELF.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/Object/CSKY/elf-flags.yaml
  llvm/test/Object/CSKY/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86610.287915.patch
Type: text/x-patch
Size: 7321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200826/09ccede2/attachment.bin>


More information about the llvm-commits mailing list