Skip to content

Commit

Permalink
[libc++] Update lld version on buildbots to be LLVM-11.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Feb 27, 2020
1 parent 04a91de commit fdba2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
Expand Up @@ -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

Expand Down

0 comments on commit fdba2e4

Please sign in to comment.