[all-commits] [llvm/llvm-project] 8c45e8: [lld/mac] Port typo correction for undefined symbo...

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Oct 3 15:54:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c45e80298f4e3eb6d9cfbafcb099bc087e4668e
      https://github.com/llvm/llvm-project/commit/8c45e80298f4e3eb6d9cfbafcb099bc087e4668e
  Author: Nico Weber <thakis at chromium.org>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
    M lld/MachO/SymbolTable.cpp
    A lld/test/MachO/undef-spell-corrector.s
    A lld/test/MachO/undef-suggest-extern-c.s
    A lld/test/MachO/undef-suggest-extern-c2.s

  Log Message:
  -----------
  [lld/mac] Port typo correction for undefined symbols from ELF port

Ports:
- core feature: https://reviews.llvm.org/D67039
- case mismatch: https://reviews.llvm.org/D70506
- extern "C" suggestions: https://reviews.llvm.org/D69592,
  https://reviews.llvm.org/D69650

Does not port https://reviews.llvm.org/D71735 since I believe that that doesn't
apply to lld/Mach-O.

Differential Revision: https://reviews.llvm.org/D135038




More information about the All-commits mailing list