[PATCH] D70048: [LLD] Add NetBSD support as a new flavor of LLD (nb.lld)
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 13 15:00:01 PST 2019
krytarowski added a comment.
@joerg works on the ELF loader and we just need to wait for him. We wrote our temporary patch, but it was not ideal as the long term solution.
compiler-rt is nicely maintained from our perspective and we have almost feature parity with Linux.
We maintain and develop around 4000 NetBSD specific LOC in LLDB. That number grows, especially with each CPU architecture gaining upstream support.
> it seems NetBSD just needs
This is not everything, but I don't want to derail yet another review into offtopic or generic discussion. Getting lld functional standalone is merely a starting point for us.
We need a linker that is a GNU ld drop-in replacement. As we have no interest in fixing it for Linux, we want this property for NetBSD.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70048/new/
https://reviews.llvm.org/D70048
More information about the cfe-commits
mailing list