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

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 14:06:07 PST 2022


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

Addressed review comments.


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.410643.patch
Type: text/x-patch
Size: 30367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220222/14698abc/attachment.bin>


More information about the llvm-commits mailing list