[lldb] Update docs with new buildbot URLs

Buildbot got upgraded and now the (LLDB) builders have different URLs.
This commit is contained in:
Jonas Devlieghere 2020-10-09 10:57:37 -07:00
parent 3a6bfcf2f9
commit 5d501096ca
1 changed files with 9 additions and 5 deletions

View File

@ -7,11 +7,15 @@ 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 <http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja>`_
* `lldb-x86_64-debian <http://lab.llvm.org:8011/builders/lldb-x86_64-debian>`_
* `lldb-aarch64-ubuntu <http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/>`_
* `lldb-arm-ubuntu <http://lab.llvm.org:8011/builders/lldb-arm-ubuntu>`_
* `lldb-x86_64-fedora <http://lab.llvm.org:8014/builders/lldb-x86_64-fedora>`_
* `lldb-x64-windows-ninja <http://lab.llvm.org:8011/#/builders/83>`_
* `lldb-x86_64-debian <http://lab.llvm.org:8011/#/builders/68>`_
* `lldb-aarch64-ubuntu <http://lab.llvm.org:8011/#/builders/96>`_
* `lldb-arm-ubuntu <http://lab.llvm.org:8011/#/builders/17>`_
* `lldb-x86_64-fedora <http://lab.llvm.org:8011/#/builders/22>`_
An overview of all LLDB builders can be found here:
`http://lab.llvm.org:8011/#/builders?tags=lldb <http://lab.llvm.org:8011/#/builders?tags=lldb>`_
GreenDragon
-----------