[llvm] 2baead0 - [docs] Add blank line before bulletpoint list to fix HowToAddABuilder
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 21:26:16 PST 2024
Author: Alex Bradbury
Date: 2024-11-13T05:26:02Z
New Revision: 2baead09b2eea3b7b76afa193e35b93a236d948d
URL: https://github.com/llvm/llvm-project/commit/2baead09b2eea3b7b76afa193e35b93a236d948d
DIFF: https://github.com/llvm/llvm-project/commit/2baead09b2eea3b7b76afa193e35b93a236d948d.diff
LOG: [docs] Add blank line before bulletpoint list to fix HowToAddABuilder
The bulletpoint list wasn't rendering properly due to a missing blank
line.
Added:
Modified:
llvm/docs/HowToAddABuilder.rst
Removed:
################################################################################
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index c6eabdf187420f..9a0f2712f31f23 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.
More information about the llvm-commits
mailing list