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 | 6ef362a6de0e5d503385df6d7710442951944f1a (patch) | |
tree | 0bf3f72e1f0bacc4c8a435b732774ccacdbcbb1b | |
parent | fb7aa394359288e1201e9118044ededaed74f621 (diff) |
[docs] llvmbugs is not the place for patches.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178426 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/index.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst index ed2be3f2c3..fcfb3953da 100644 --- a/docs/index.rst +++ b/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/ |