[PATCH] D109810: [doc] documentation of code review tools
Christian Kühnel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 05:43:35 PST 2022
kuhnel updated this revision to Diff 402491.
kuhnel marked 7 inline comments as done.
kuhnel added a comment.
Thx @reames and @xgupta for your review! I hopefully addressed all of them.
Sorry for the slow response rate. I'd actually like to wrap this up rather sonner than later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109810/new/
https://reviews.llvm.org/D109810
Files:
llvm/docs/DeveloperPolicy.rst
Index: llvm/docs/DeveloperPolicy.rst
===================================================================
--- llvm/docs/DeveloperPolicy.rst
+++ llvm/docs/DeveloperPolicy.rst
@@ -127,6 +127,34 @@
software. Please see :doc:`CodeReview` for more information on LLVM's code-review
process.
+The default tool for code reviews is
+`Phabricator <https://reviews.llvm.org/>`_. However there are also repositories
+that are using GitHub Pull Requests for code reviews.
+
+**Repositories using Phabricator:**
+
+* `llvm-project <https://github.com/llvm/llvm-project>`_ aka. LLVM Monorepo
+* `llvm-test-suite <https://github.com/llvm/llvm-test-suite>`_
+* `llvm-www <https://github.com/llvm/llvm-www>`_
+* `llvm-zorg <https://github.com/llvm/llvm-zorg/>`_
+* `LNT <https://github.com/llvm/llvm-lnt>`_
+
+
+**Repositories using Github Pull Requests:**
+
+* `circt <https://github.com/llvm/circt>`_
+* `circt-www <https://github.com/llvm/circt-www>`_
+* `clangd-www <https://github.com/llvm/clangd-www>`_
+* `llvm-blog-www <https://github.com/llvm/llvm-blog-www>`_
+* `llvm-foundation-www <https://github.com/llvm/llvm-foundation-www>`_
+* `llvm-iwg <https://github.com/llvm/llvm-iwg>`_
+* `llvm-test-suite <https://github.com/llvm/llvm-test-suite>`_
+* `llvm-www-pubs <https://github.com/llvm/llvm-www-pubs>`_
+* `mlir-www <https://github.com/llvm/mlir-www>`_
+* `torch-mlir <https://github.com/llvm/torch-mlir>`_
+* `www-releases <https://github.com/llvm/www-releases>`_
+
+
.. _code owners:
Code Owners
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109810.402491.patch
Type: text/x-patch
Size: 1504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/8613b556/attachment.bin>
More information about the llvm-commits
mailing list