[PATCH] D137819: [XCOFF] support the overflow section.
Esme Yi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 11 01:12:06 PST 2022
Esme created this revision.
Esme added reviewers: shchenz, DiggerLin, hubert.reinterpretcast, jhenderson, PowerPC.
Herald added subscribers: hiraditya, nemanjai.
Herald added a project: All.
Esme requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Handles relocation or line-number field overflows in an XCOFF32 file. (XCOFF64 files may not have overflow section headers.) If a section has more than 65,534 relocation entries or line number entries, both of these fields are set to a value of 65535. In this case, an overflow section header with the s_flags field equal to STYP_OVRFLO is used to contain the relocation and line-number count information.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137819
Files:
llvm/lib/MC/XCOFFObjectWriter.cpp
llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137819.474681.patch
Type: text/x-patch
Size: 14756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221111/61c28c35/attachment.bin>
More information about the llvm-commits
mailing list