From 5d501096ca1fae74f910411cfeb0491d94c635b7 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 9 Oct 2020 10:57:37 -0700 Subject: [PATCH] [lldb] Update docs with new buildbot URLs Buildbot got upgraded and now the (LLDB) builders have different URLs. --- lldb/docs/resources/bots.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/lldb/docs/resources/bots.rst b/lldb/docs/resources/bots.rst index d9ddcde41abc..926259bd92be 100644 --- a/lldb/docs/resources/bots.rst +++ b/lldb/docs/resources/bots.rst @@ -7,11 +7,15 @@ Buildbot LLVM Buildbot is the place where volunteers provide build machines. Everyone can `add a buildbot for LLDB `_. -* `lldb-x64-windows-ninja `_ -* `lldb-x86_64-debian `_ -* `lldb-aarch64-ubuntu `_ -* `lldb-arm-ubuntu `_ -* `lldb-x86_64-fedora `_ +* `lldb-x64-windows-ninja `_ +* `lldb-x86_64-debian `_ +* `lldb-aarch64-ubuntu `_ +* `lldb-arm-ubuntu `_ +* `lldb-x86_64-fedora `_ + +An overview of all LLDB builders can be found here: + +`http://lab.llvm.org:8011/#/builders?tags=lldb `_ GreenDragon -----------