diff options
author | Sean Silva <silvas@purdue.edu> | 2013-03-30 15:33:02 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-03-30 15:33:02 +0000 |
commit | 2a74699dd545108ee34168461ea70d60d3346384 (patch) | |
tree | a498bb1448307b4f1d8ae8f34ab262f353c7ba4b /llvm/docs/index.rst | |
parent | ab4997d0ec0d09fdb3daf230f99b478946d4f6cb (diff) | |
download | bcm5719-llvm-2a74699dd545108ee34168461ea70d60d3346384.tar.gz bcm5719-llvm-2a74699dd545108ee34168461ea70d60d3346384.zip |
[docs] llvmbugs is not the place for patches.
llvm-svn: 178426
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index ed2be3f2c34..fcfb3953daf 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -351,15 +351,16 @@ lists. `Commits Archive (llvm-commits)`__ This list contains all commit messages that are made when LLVM developers - commit code changes to the repository. It is useful for those who want to - stay on the bleeding edge of LLVM development. This list is very high volume. + commit code changes to the repository. It also serves as a forum for + patch review (i.e. send patches here). It is useful for those who want to + stay on the bleeding edge of LLVM development. This list is very high + volume. .. __: http://lists.cs.uiuc.edu/pipermail/llvm-commits/ `Bugs & Patches Archive (llvmbugs)`__ - This list gets emailed every time a bug is opened and closed, and when people - submit patches to be included in LLVM. It is higher volume than the LLVMdev - list. + This list gets emailed every time a bug is opened and closed. It is + higher volume than the LLVMdev list. .. __: http://lists.cs.uiuc.edu/pipermail/llvmbugs/ |