<div dir="ltr">Huh, 11 isn't released yet, is it?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 27, 2020 at 4:28 PM Eric Fiselier via libcxx-commits <<a href="mailto:libcxx-commits@lists.llvm.org">libcxx-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Author: Eric Fiselier<br>
Date: 2020-02-27T16:28:04-05:00<br>
New Revision: fdba2e4ed12ab2b2490345aed511be32909e88aa<br>
<br>
URL: <a href="https://github.com/llvm/llvm-project/commit/fdba2e4ed12ab2b2490345aed511be32909e88aa" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/fdba2e4ed12ab2b2490345aed511be32909e88aa</a><br>
DIFF: <a href="https://github.com/llvm/llvm-project/commit/fdba2e4ed12ab2b2490345aed511be32909e88aa.diff" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/fdba2e4ed12ab2b2490345aed511be32909e88aa.diff</a><br>
<br>
LOG: [libc++] Update lld version on buildbots to be LLVM-11.<br>
<br>
Added: <br>
<br>
<br>
Modified: <br>
    libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh<br>
<br>
Removed: <br>
<br>
<br>
<br>
################################################################################<br>
diff  --git a/libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh b/libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh<br>
index b458e0eb381d..7448eb26b79b 100755<br>
--- a/libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh<br>
+++ b/libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh<br>
@@ -20,9 +20,9 @@ apt-get install sudo -y<br>
 # FIXME(EricWF): Remove this hack. It's only in place to temporarily fix linking libclang_rt from the<br>
 # debian packages.<br>
 # WARNING: If you're not a buildbot, DO NOT RUN!<br>
-apt-get install lld-10 -y<br>
+apt-get install lld-11 -y<br>
 rm /usr/bin/ld<br>
-ln -s /usr/bin/lld-10 /usr/bin/ld<br>
+ln -s /usr/bin/lld-11 /usr/bin/ld<br>
<br>
 systemctl set-property buildslave.service TasksMax=100000<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
libcxx-commits mailing list<br>
<a href="mailto:libcxx-commits@lists.llvm.org" target="_blank">libcxx-commits@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits</a><br>
</blockquote></div>