[PATCH] D81046: [docs] Referenced llvm workflow in HowToAddABuilder
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 18:07:53 PDT 2020
mtrofin created this revision.
mtrofin added reviewers: gkistanova, dblaikie.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81046
Files:
llvm/docs/HowToAddABuilder.rst
Index: llvm/docs/HowToAddABuilder.rst
===================================================================
--- llvm/docs/HowToAddABuilder.rst
+++ llvm/docs/HowToAddABuilder.rst
@@ -82,7 +82,8 @@
to see if it works.
#. Send a patch which adds your build slave and your builder to
- `zorg <https://github.com/llvm/llvm-zorg>`_.
+ `zorg <https://github.com/llvm/llvm-zorg>`_. Use the typical LLVM
+ `workflow <https://llvm.org/docs/Contributing.html#how-to-submit-a-patch>`_.
* slaves are added to ``buildbot/osuosl/master/config/slaves.py``
* builders are added to ``buildbot/osuosl/master/config/builders.py``
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81046.268026.patch
Type: text/x-patch
Size: 632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200603/85a738cd/attachment.bin>
More information about the llvm-commits
mailing list