[PATCH] D75382: [lld] Initial commit for new Mach-O backend

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 14:09:33 PST 2020


smeenai added a comment.

In D75382#1898987 <https://reviews.llvm.org/D75382#1898987>, @MaskRay wrote:

> Excited to see this! (I generally like playing with binary formats, though I know close to zero about Mach-O.)
>
> https://lists.llvm.org/pipermail/llvm-dev/2018-June/123784.html
>
> > But I don't think that's the real issue. I think the real issue is the lack of maintenance and ownership of the mach-O lld tree. There's no activities for the tree for years, though we've been making efforts to keep it compile and pass all the existing tests.
>
> So, is this an announcement that you want to claim the maintenance? ☺️


Yes :) Although note that we're developing a new Mach-O backend that uses the same design as COFF and ELF, not working with the existing one.


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