[PATCH] D81046: [docs] Referenced llvm workflow in HowToAddABuilder
    Mircea Trofin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun  4 17:09:37 PDT 2020
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfa42620afbbd: [docs] Referenced llvm workflow in HowToAddABuilder (authored by mtrofin).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81046/new/
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.268628.patch
Type: text/x-patch
Size: 632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/4c7204ea/attachment.bin>
    
    
More information about the llvm-commits
mailing list