[PATCH] D152945: [SystemZ][z/OS] Implement executePostLayoutBinding for GOFFWriter

Neumann Hon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 12:01:48 PDT 2023


Everybody0523 created this revision.
Everybody0523 added reviewers: Kai, uweigand, jhenderson, kbarton, sfertile, nikic, kpn, hubert.reinterpretcast, yusra.syeda.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
Everybody0523 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Implement executePostLayoutBinding function for GOFF Writer. This allows for the generation of ESD Records as well and TXT Records required by functions and global variables (both external and internal).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152945

Files:
  llvm/include/llvm/BinaryFormat/GOFF.h
  llvm/include/llvm/MC/MCAssembler.h
  llvm/include/llvm/MC/MCGOFFObjectWriter.h
  llvm/include/llvm/MC/MCGOFFStreamer.h
  llvm/include/llvm/MC/MCSymbolGOFF.h
  llvm/lib/MC/GOFFObjectWriter.cpp
  llvm/lib/MC/MCGOFFStreamer.cpp
  llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
  llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
  llvm/test/MC/GOFF/basic-goff-64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152945.531449.patch
Type: text/x-patch
Size: 52410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230614/93740447/attachment.bin>


More information about the llvm-commits mailing list