[llvm] r178426 - [docs] llvmbugs is not the place for patches.
Sean Silva
silvas at purdue.edu
Sat Mar 30 08:33:03 PDT 2013
Author: silvas
Date: Sat Mar 30 10:33:02 2013
New Revision: 178426
URL: http://llvm.org/viewvc/llvm-project?rev=178426&view=rev
Log:
[docs] llvmbugs is not the place for patches.
Modified:
llvm/trunk/docs/index.rst
Modified: llvm/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=178426&r1=178425&r2=178426&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Sat Mar 30 10:33:02 2013
@@ -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/
More information about the llvm-commits
mailing list