[PATCH] D109362: [SystemZ][z/OS] Add GOFF Support to the DataLayout
Anirudh Prasad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 06:55:17 PDT 2021
anirudhp created this revision.
Herald added subscribers: dexonsmith, jdoerfert, hiraditya.
anirudhp requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
- This patch adds in the GOFF mangling support to the LLVM data layout string. A corresponding additional line has been added into the data layout section in the language reference documentation.
- Furthermore, this patch also sets the right data layout string for the z/OS target in the SystemZ backend.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109362
Files:
clang/lib/Basic/Targets/SystemZ.h
clang/test/CodeGen/target-data.c
llvm/docs/LangRef.rst
llvm/include/llvm/IR/DataLayout.h
llvm/lib/IR/DataLayout.cpp
llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
llvm/unittests/IR/ManglerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109362.371063.patch
Type: text/x-patch
Size: 7409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210907/e141c4c8/attachment.bin>
More information about the llvm-commits
mailing list