[PATCH] D153788: [SystemZ][z/OS] z/OS ADA codegen and emission
Yusra Syeda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 08:27:02 PDT 2023
yusra.syeda added inline comments.
================
Comment at: llvm/lib/MC/MCObjectFileInfo.cpp:252
Ctx->getMachOSection("__DWARF", "__debug_frame", MachO::S_ATTR_DEBUG,
SectionKind::getMetadata(), "section_frame");
DwarfPubNamesSection =
----------------
uweigand wrote:
> Why are you changing anything about MachO in this patch?
I haven't edited this line and it looks the same to me as main. Did I miss something here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153788/new/
https://reviews.llvm.org/D153788
More information about the llvm-commits
mailing list