[PATCH] D153788: [SystemZ][z/OS] z/OS ADA codegen and emission

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 08:30:49 PDT 2023


uweigand reopened this revision.
uweigand added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/MC/MCObjectFileInfo.cpp:252
       Ctx->getMachOSection("__DWARF", "__debug_frame", MachO::S_ATTR_DEBUG,
                            SectionKind::getMetadata(), "section_frame");
   DwarfPubNamesSection =
----------------
yusra.syeda wrote:
> 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?
Huh - Phabricator showed a change here when looking at "changes since last action".  Looks like this was a false positive.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153788/new/

https://reviews.llvm.org/D153788



More information about the llvm-commits mailing list