diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst --- a/llvm/docs/DeveloperPolicy.rst +++ b/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 `_. However there are also repositories +that are using GitHub Pull Requests for code reviews. + +**Repositories using Phabricator:** + +* `llvm-project `_ aka. LLVM Monorepo +* `llvm-test-suite `_ +* `llvm-www `_ +* `llvm-zorg `_ +* `LNT `_ + + +**Repositories using Github Pull Requests:** + +* `circt `_ +* `circt-www `_ +* `clangd-www `_ +* `llvm-blog-www `_ +* `llvm-foundation-www `_ +* `llvm-iwg `_ +* `llvm-test-suite `_ +* `llvm-www-pubs `_ +* `mlir-www `_ +* `torch-mlir `_ +* `www-releases `_ + + .. _code owners: Code Owners