[PATCH] D101178: [XCOFF][AIX] Add Global Variables Directly to TOC for 32 bit AIX
Sidharth Baveja via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 29 12:15:49 PDT 2021
sidbav updated this revision to Diff 341605.
sidbav added a comment.
replacing some of the asserts with report_fatal_error, renaming some of the lit tests, and create a new one for local linkage
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101178/new/
https://reviews.llvm.org/D101178
Files:
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/lib/MC/MCSectionXCOFF.cpp
llvm/lib/MC/XCOFFObjectWriter.cpp
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
llvm/lib/Target/PowerPC/PPCInstrInfo.td
llvm/test/CodeGen/PowerPC/basic-toc-data-def.ll
llvm/test/CodeGen/PowerPC/basic-toc-data-extern.ll
llvm/test/CodeGen/PowerPC/basic-toc-data-local-linkage.ll
llvm/test/CodeGen/PowerPC/toc-data.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101178.341605.patch
Type: text/x-patch
Size: 16381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210429/6bffc65e/attachment.bin>
More information about the llvm-commits
mailing list