[PATCH] D135038: [lld/mac] Port typo correction for undefined symbols from ELF port

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 09:00:41 PDT 2022


thakis added a comment.

> mold might disagree about speed.

mold is great, but it doesn't have a COFF port yet and I think it's seen little production use for its MachO port so far. (mold uses the same internal design as lld – distinct code for ELF and MachO, so I think bringing it up doesn't add anything to the discussion here – but as I said I also think it's not terribly useful to have this discussion again on this random review.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135038



More information about the llvm-commits mailing list