[PATCH] D109274: [lld-macho] Initialize LTO backend with diagnostic handler

Vincent Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 4 12:49:54 PDT 2021


thevinster accepted this revision.
thevinster added a comment.
This revision is now accepted and ready to land.

Thanks! This seems to check out with the stack trace line  that I was seeing.

`8  ld64.lld                 0x0000000103aeca10 llvm::LLVMContext::diagnose(llvm::DiagnosticInfo const&) + 96`

I see from the tests in LLD-ELF that it's separated LTO tests in to its own folder. I'm wondering if we should also do the same for the MachO port? I don't have any strong opinions either ways other than consistency with the ELF port.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109274



More information about the llvm-commits mailing list