[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
Sun Oct 2 09:57:03 PDT 2022
thakis created this revision.
thakis added a reviewer: lld-macho.
Herald added projects: lld-macho, All.
thakis requested review of this revision.
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.
I was a bit skeptical of the feature when it was initially added, but I think it's
proved itself in the ELF port.
https://reviews.llvm.org/D135038
Files:
lld/MachO/SymbolTable.cpp
lld/test/MachO/undef-spell-corrector.s
lld/test/MachO/undef-suggest-extern-c.s
lld/test/MachO/undef-suggest-extern-c2.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135038.464563.patch
Type: text/x-patch
Size: 11586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221002/63e9ac4b/attachment.bin>
More information about the llvm-commits
mailing list