[PATCH] D75382: [lld] Initial commit for new Mach-O backend
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 11:36:43 PST 2020
smeenai added inline comments.
================
Comment at: lld/tools/lld/CMakeLists.txt:15
lldELF
+ lldMachO2
lldMinGW
----------------
int3 wrote:
> MaskRay wrote:
> > I hope we can name it lldMacho.
> I'm not sure if anyone is still depending on the old partial Mach-O implementation. If no one objects I'll take over its build/flavor names
I believe some people are using it right now, so I was planning to wait until we were more feature-complete to do this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75382/new/
https://reviews.llvm.org/D75382
More information about the llvm-commits
mailing list