Andrew Kelley via llvm-dev
2019-Aug-27 21:51 UTC
[llvm-dev] can we get this patch to LLD merged?
Hi LLD developers, This patch has been authored, reviewed, and tested by (as far as I know) the only maintainers and users of the MACH-O LLD code: https://reviews.llvm.org/D62185 I don't have commit bit, can someone who does have commit bit merge it? Best regards, Andrew -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190827/c0e0f12f/attachment.sig>
Jacob Carlborg via llvm-dev
2019-Aug-28 09:49 UTC
[llvm-dev] can we get this patch to LLD merged?
On 2019-08-27 23:51, Andrew Kelley via llvm-dev wrote:> Hi LLD developers, > > This patch has been authored, reviewed, and tested by (as far as I know) > the only maintainers and users of the MACH-O LLD code:There's interest in the D community as well to use LLD to cross-compile targeting macOS. We're currently missing some synthesized symbols that the Apple linker adds [1]. I think it can work without these symbols but the maintainer of the cross-compiler didn't want to special case for macOS. [1] http://lists.llvm.org/pipermail/llvm-dev/2017-June/113810.html -- /Jacob Carlborg
Rui Ueyama via llvm-dev
2019-Aug-28 09:52 UTC
[llvm-dev] can we get this patch to LLD merged?
That patch looks good, and I can submit this patch for you. On Wed, Aug 28, 2019 at 6:50 PM Jacob Carlborg via llvm-dev < llvm-dev at lists.llvm.org> wrote:> On 2019-08-27 23:51, Andrew Kelley via llvm-dev wrote: > > Hi LLD developers, > > > > This patch has been authored, reviewed, and tested by (as far as I know) > > the only maintainers and users of the MACH-O LLD code: > > There's interest in the D community as well to use LLD to cross-compile > targeting macOS. We're currently missing some synthesized symbols that > the Apple linker adds [1]. I think it can work without these symbols but > the maintainer of the cross-compiler didn't want to special case for macOS. > > [1] http://lists.llvm.org/pipermail/llvm-dev/2017-June/113810.html > > -- > /Jacob Carlborg > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190828/5a37ffda/attachment.html>