[PATCH] D111437: [SystemZ/z/OS] Implement GOFF writer for empty files

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 13 13:43:05 PDT 2021


Kai updated this revision to Diff 379519.
Kai added a comment.

- Removed writing logical record count in END record
- Fixed formatting


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

https://reviews.llvm.org/D111437

Files:
  llvm/include/llvm/BinaryFormat/GOFF.h
  llvm/include/llvm/MC/MCGOFFObjectWriter.h
  llvm/include/llvm/MC/MCGOFFStreamer.h
  llvm/include/llvm/MC/TargetRegistry.h
  llvm/lib/MC/CMakeLists.txt
  llvm/lib/MC/GOFFObjectWriter.cpp
  llvm/lib/MC/MCAsmBackend.cpp
  llvm/lib/MC/MCGOFFStreamer.cpp
  llvm/lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
  llvm/lib/Target/SystemZ/MCTargetDesc/SystemZELFObjectWriter.cpp
  llvm/lib/Target/SystemZ/MCTargetDesc/SystemZGOFFObjectWriter.cpp
  llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
  llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
  llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
  llvm/test/MC/GOFF/empty-goff.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111437.379519.patch
Type: text/x-patch
Size: 29988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211013/a67d6d68/attachment-0001.bin>


More information about the llvm-commits mailing list