[PATCH] D135038: [lld/mac] Port typo correction for undefined symbols from ELF port
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 09:05:55 PDT 2022
dblaikie added a comment.
In D135038#3858367 <https://reviews.llvm.org/D135038#3858367>, @thakis wrote:
>> One of the arguments made early on was that unlibrary-ification would be necessary for early velocity (not one I agree with, but that's how it went) & that library-ification could occur once development was over that hump/had got concrete results. Given that lld's been proved out and is a production linker, I think now's a good time to start considering looking for commonality and migrating towards more common infrastructure and library-like design.
>
> I'm somewhat familiar with three of the ports, and I think there isn't a lot of commonality really.
Fair enough - this seemed like a place that was relatively close enough to consider, judging by the description/purpose of the code, etc. Ah well.
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