[PATCH] D106380: [SystemZ][z/OS] Initial code to generate assembly files on z/OS

Anirudh Prasad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 10:08:57 PDT 2021


anirudhp created this revision.
Herald added a subscriber: hiraditya.
anirudhp requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

- This patch consists of the bare basic code needed in order to generate assembly for the z/OS target.
- This enables us to add simple lit tests wherever possible, and contribute to the testing coverage for the z/OS target
- Further improvements will be made in future patches, but this is a good starting point.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106380

Files:
  llvm/include/llvm/MC/MCContext.h
  llvm/include/llvm/MC/MCObjectFileInfo.h
  llvm/include/llvm/MC/MCSection.h
  llvm/include/llvm/MC/MCSectionGOFF.h
  llvm/include/llvm/MC/MCSymbol.h
  llvm/include/llvm/MC/MCSymbolGOFF.h
  llvm/lib/MC/MCContext.cpp
  llvm/lib/MC/MCObjectFileInfo.cpp
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/test/CodeGen/SystemZ/zos-simple-test.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106380.360186.patch
Type: text/x-patch
Size: 11716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210720/59b43b18/attachment.bin>


More information about the llvm-commits mailing list