aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bradbury <asb@igalia.com>2024-11-13 05:23:16 +0000
committerAlex Bradbury <asb@igalia.com>2024-11-13 05:26:02 +0000
commit2baead09b2eea3b7b76afa193e35b93a236d948d (patch)
tree288ea30d39cab1bac78e9539d2a46ebf2dd62c02
parent2583071fb4773348e9ef89ddff1f00f1db8abb84 (diff)
downloadllvm-2baead09b2eea3b7b76afa193e35b93a236d948d.zip
llvm-2baead09b2eea3b7b76afa193e35b93a236d948d.tar.gz
llvm-2baead09b2eea3b7b76afa193e35b93a236d948d.tar.bz2
[docs] Add blank line before bulletpoint list to fix HowToAddABuilder
The bulletpoint list wasn't rendering properly due to a missing blank line.
-rw-r--r--llvm/docs/HowToAddABuilder.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index c6eabdf..9a0f271 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -192,6 +192,7 @@ It is possible to test a builder running against a local version of LLVM's
buildmaster setup. This allows you to test changes to builder, worker, and
buildmaster configuration. A buildmaster launched in this "local testing" mode
will:
+
* Bind only to local interfaces.
* Use SQLite as the database.
* Use a single fixed password for workers.