[llvm] fa42620 - [docs] Referenced llvm workflow in HowToAddABuilder

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 16:39:45 PDT 2020


Author: Mircea Trofin
Date: 2020-06-04T16:39:11-07:00
New Revision: fa42620afbbd5736777d5bfe4a1beab1ce4c6606

URL: https://github.com/llvm/llvm-project/commit/fa42620afbbd5736777d5bfe4a1beab1ce4c6606
DIFF: https://github.com/llvm/llvm-project/commit/fa42620afbbd5736777d5bfe4a1beab1ce4c6606.diff

LOG: [docs] Referenced llvm workflow in HowToAddABuilder

Reviewers: gkistanova, dblaikie

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D81046

Added: 
    

Modified: 
    llvm/docs/HowToAddABuilder.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index a93375b98ba2..6912d2c14b6b 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -82,7 +82,8 @@ Here are the steps you can follow to do so:
    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``


        


More information about the llvm-commits mailing list