Thanks Rafael, wondering as of what is the level of support for ARM and is it close to production quality? Thanks On Mon, Feb 26, 2018 at 2:06 PM, Rafael Avila de Espindola < rafael.espindola at gmail.com> wrote:> Not sure there is an official POC, you are probably better off asking > whatever question you have directly on the list. > > Cheers, > Rafael > > Sumonto Ghosh via llvm-dev <llvm-dev at lists.llvm.org> writes: > > > Hi, > > Could someone please connect me to the POC for ARM support on LLD > > > > > > Thanks > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > http://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/20180226/a41845c2/attachment.html>
Rafael Avila de Espindola via llvm-dev
2018-Feb-27 00:19 UTC
[llvm-dev] Level of support for ARM LLD
I think ARM ELF is pretty good. I was able to link clang with it some time ago and it now has support for thunks. Cheers, Rafael Sumonto Ghosh <sumonto.ghosh at gmail.com> writes:> Thanks Rafael, wondering as of what is the level of support for ARM and is > it close to production quality? > > Thanks > > On Mon, Feb 26, 2018 at 2:06 PM, Rafael Avila de Espindola < > rafael.espindola at gmail.com> wrote: > >> Not sure there is an official POC, you are probably better off asking >> whatever question you have directly on the list. >> >> Cheers, >> Rafael >> >> Sumonto Ghosh via llvm-dev <llvm-dev at lists.llvm.org> writes: >> >> > Hi, >> > Could someone please connect me to the POC for ARM support on LLD >> > >> > >> > Thanks >> > _______________________________________________ >> > LLVM Developers mailing list >> > llvm-dev at lists.llvm.org >> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>
Is there a regression bot with a list of tests or alike Thanks On Mon, Feb 26, 2018 at 4:19 PM Rafael Avila de Espindola < rafael.espindola at gmail.com> wrote:> I think ARM ELF is pretty good. I was able to link clang with it some > time ago and it now has support for thunks. > > Cheers, > Rafael > > > Sumonto Ghosh <sumonto.ghosh at gmail.com> writes: > > > Thanks Rafael, wondering as of what is the level of support for ARM and > is > > it close to production quality? > > > > Thanks > > > > On Mon, Feb 26, 2018 at 2:06 PM, Rafael Avila de Espindola < > > rafael.espindola at gmail.com> wrote: > > > >> Not sure there is an official POC, you are probably better off asking > >> whatever question you have directly on the list. > >> > >> Cheers, > >> Rafael > >> > >> Sumonto Ghosh via llvm-dev <llvm-dev at lists.llvm.org> writes: > >> > >> > Hi, > >> > Could someone please connect me to the POC for ARM support on LLD > >> > > >> > > >> > Thanks > >> > _______________________________________________ > >> > LLVM Developers mailing list > >> > llvm-dev at lists.llvm.org > >> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> >-- Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180227/4f1dd3cf/attachment.html>
Peter Collingbourne via llvm-dev
2018-Feb-28 01:13 UTC
[llvm-dev] Level of support for ARM LLD
In the Chromium project we switched to lld for linking the Android port of the browser about a month ago. As with all ports of the browser, the Android port is continuously tested, and we are already shipping an lld-linked browser on the dev and canary channels. Peter On Mon, Feb 26, 2018 at 4:19 PM, Rafael Avila de Espindola via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I think ARM ELF is pretty good. I was able to link clang with it some > time ago and it now has support for thunks. > > Cheers, > Rafael > > > Sumonto Ghosh <sumonto.ghosh at gmail.com> writes: > > > Thanks Rafael, wondering as of what is the level of support for ARM and > is > > it close to production quality? > > > > Thanks > > > > On Mon, Feb 26, 2018 at 2:06 PM, Rafael Avila de Espindola < > > rafael.espindola at gmail.com> wrote: > > > >> Not sure there is an official POC, you are probably better off asking > >> whatever question you have directly on the list. > >> > >> Cheers, > >> Rafael > >> > >> Sumonto Ghosh via llvm-dev <llvm-dev at lists.llvm.org> writes: > >> > >> > Hi, > >> > Could someone please connect me to the POC for ARM support on LLD > >> > > >> > > >> > Thanks > >> > _______________________________________________ > >> > LLVM Developers mailing list > >> > llvm-dev at lists.llvm.org > >> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- -- Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180227/963b3105/attachment.html>