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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 1 21:08:51 PST 2020


ruiu added a comment.

This seems a pretty straightforward port of the existing backends. Very nice!

Can you extend the commit message a bit to explain what you can do with this initial patch -- e.g. can you create a syntactically-valid mach-o executable with this? Can you create a trivial executable? (I guess the answer is no because you need to support dynamic linking.)? etc.


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