Eugene Zelenko via llvm-dev
2016-Jun-03 00:57 UTC
[llvm-dev] Buildbot to build with LLD and LLVM STL
Hi! Do we have Linux multi-stage buildbot which will build and run regressions using LLD as linker and libc++/libc++abi/libunwind as STL implementation in final stage? If not I think this will be good test for both LLD and LLVM STL. I experimented with such build on RHEL 6 and LLD is working, while LLVM STL failed on 10 LLVM and 2 Clang regressions. Eugene.
Rui Ueyama via llvm-dev
2016-Jun-03 22:27 UTC
[llvm-dev] Buildbot to build with LLD and LLVM STL
I don't think we have such buildbot, but anyone who knows about bots have better answer? On Thu, Jun 2, 2016 at 5:57 PM, Eugene Zelenko via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi! > > Do we have Linux multi-stage buildbot which will build and run > regressions using LLD as linker and libc++/libc++abi/libunwind as STL > implementation in final stage? > > If not I think this will be good test for both LLD and LLVM STL. > > I experimented with such build on RHEL 6 and LLD is working, while > LLVM STL failed on 10 LLVM and 2 Clang regressions. > > Eugene. > _______________________________________________ > 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/20160603/e423eade/attachment.html>
Renato Golin via llvm-dev
2016-Jun-03 23:58 UTC
[llvm-dev] Buildbot to build with LLD and LLVM STL
Not that I know of, sorry. We're still worrying about the standard GNU environment on Linux, too. So, haven't got around testing with libcxx, either. Cheers, Renato On 3 Jun 2016 1:57 a.m., "Eugene Zelenko via llvm-dev" < llvm-dev at lists.llvm.org> wrote:> Hi! > > Do we have Linux multi-stage buildbot which will build and run > regressions using LLD as linker and libc++/libc++abi/libunwind as STL > implementation in final stage? > > If not I think this will be good test for both LLD and LLVM STL. > > I experimented with such build on RHEL 6 and LLD is working, while > LLVM STL failed on 10 LLVM and 2 Clang regressions. > > Eugene. > _______________________________________________ > 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/20160604/b1021202/attachment.html>