[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
Mon Jul 26 10:46:40 PDT 2021
anirudhp updated this revision to Diff 361721.
anirudhp added a comment.
- For the `GOFFUniquingMap` map, replace the key from a struct to a standard std::string as the Key. This should eliminate the need for the struct and condenses the `getGOFFSection` function a bit more
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106380/new/
https://reviews.llvm.org/D106380
Files:
llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
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/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/lib/MC/MCContext.cpp
llvm/lib/MC/MCObjectFileInfo.cpp
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
llvm/test/CodeGen/SystemZ/zos-simple-test.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106380.361721.patch
Type: text/x-patch
Size: 15131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210726/0f8d992f/attachment.bin>
More information about the llvm-commits
mailing list