[Lldb-commits] [lldb] c912c0e - [LLDB][docs] Remove outdated list of Buildbots
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 13 01:53:38 PDT 2023
Author: David Spickett
Date: 2023-04-13T08:53:06Z
New Revision: c912c0eef349b0a541c933a1a6ba9dd09dab5ce8
URL: https://github.com/llvm/llvm-project/commit/c912c0eef349b0a541c933a1a6ba9dd09dab5ce8
DIFF: https://github.com/llvm/llvm-project/commit/c912c0eef349b0a541c933a1a6ba9dd09dab5ce8.diff
LOG: [LLDB][docs] Remove outdated list of Buildbots
This was out of date and the link to the lldb tag will always be up to date.
Added:
Modified:
lldb/docs/resources/bots.rst
Removed:
################################################################################
diff --git a/lldb/docs/resources/bots.rst b/lldb/docs/resources/bots.rst
index f2deda52851ed..635b3982c3d03 100644
--- a/lldb/docs/resources/bots.rst
+++ b/lldb/docs/resources/bots.rst
@@ -7,11 +7,6 @@ Buildbot
LLVM Buildbot is the place where volunteers provide build machines. Everyone can
`add a buildbot for LLDB <https://llvm.org/docs/HowToAddABuilder.html>`_.
-* `lldb-x64-windows-ninja <https://lab.llvm.org/buildbot/#/builders/83>`_
-* `lldb-x86_64-debian <https://lab.llvm.org/buildbot/#/builders/68>`_
-* `lldb-aarch64-ubuntu <https://lab.llvm.org/buildbot/#/builders/96>`_
-* `lldb-arm-ubuntu <https://lab.llvm.org/buildbot/#/builders/17>`_
-
An overview of all LLDB builders can be found here:
`https://lab.llvm.org/buildbot/#/builders?tags=lldb <https://lab.llvm.org/buildbot/#/builders?tags=lldb>`_
More information about the lldb-commits
mailing list