[libcxx-commits] [libcxx] fdba2e4 - [libc++] Update lld version on buildbots to be LLVM-11.

Nico Weber via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 27 16:28:46 PST 2020


Huh, 11 isn't released yet, is it?

On Thu, Feb 27, 2020 at 4:28 PM Eric Fiselier via libcxx-commits <
libcxx-commits at lists.llvm.org> wrote:

>
> Author: Eric Fiselier
> Date: 2020-02-27T16:28:04-05:00
> New Revision: fdba2e4ed12ab2b2490345aed511be32909e88aa
>
> URL:
> https://github.com/llvm/llvm-project/commit/fdba2e4ed12ab2b2490345aed511be32909e88aa
> DIFF:
> https://github.com/llvm/llvm-project/commit/fdba2e4ed12ab2b2490345aed511be32909e88aa.diff
>
> LOG: [libc++] Update lld version on buildbots to be LLVM-11.
>
> Added:
>
>
> Modified:
>     libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
>
> Removed:
>
>
>
>
> ################################################################################
> diff  --git a/libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
> b/libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
> index b458e0eb381d..7448eb26b79b 100755
> --- a/libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
> +++ b/libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
> @@ -20,9 +20,9 @@ apt-get install sudo -y
>  # FIXME(EricWF): Remove this hack. It's only in place to temporarily fix
> linking libclang_rt from the
>  # debian packages.
>  # WARNING: If you're not a buildbot, DO NOT RUN!
> -apt-get install lld-10 -y
> +apt-get install lld-11 -y
>  rm /usr/bin/ld
> -ln -s /usr/bin/lld-10 /usr/bin/ld
> +ln -s /usr/bin/lld-11 /usr/bin/ld
>
>  systemctl set-property buildslave.service TasksMax=100000
>
>
>
>
> _______________________________________________
> libcxx-commits mailing list
> libcxx-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200227/0809c643/attachment-0001.html>


More information about the libcxx-commits mailing list