[PATCH] D122287: [XCOFF] support writing sections, relocations and symbols for XCOFF64.
Esme Yi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 21:12:43 PDT 2022
Esme added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp:74
} break;
+ case PPC::fixup_ppc_half16ds:
+ case PPC::fixup_ppc_half16dq: {
----------------
shchenz wrote:
> Is it possible to add some tests to verify the new relocation types added here for 64-bit objects, especially the ones the existing case changes do not contain?
Tests in `ppc64-abs-reloc.s`, `aix-xcoff-reloc.ll`, `aix-xcoff-reloc-large.ll` etc. cover the new relocation types.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122287/new/
https://reviews.llvm.org/D122287
More information about the llvm-commits
mailing list