Update web page to direct patches to Phabricator.

llvm-svn: 227629
This commit is contained in:
Dan Albert 2015-01-30 22:33:41 +00:00
parent 8d3f8d75cd
commit 2477bed098
1 changed files with 17 additions and 17 deletions
libcxx/www

View File

@ -137,7 +137,7 @@
</p>
<!--======================================================================-->
<h2 id="dir-structure">Build Bots</h2>
<h2 id="buildbots">Build Bots</h2>
<!--======================================================================-->
<p>The latest libc++ build results can be found at the following locations.</p>
<ul>
@ -318,18 +318,18 @@
<h2>Bug reports and patches</h2>
<!--=====================================================================-->
<p>
If you think you've found a bug in libc++, please report it using
the <a href="http://llvm.org/bugs">LLVM Bugzilla</a>. If you're not sure, you
can post a message to the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
mailing list or on IRC. Please include "libc++" in your subject.
</p>
<p>
If you think you've found a bug in libc++, please report it using
the <a href="http://llvm.org/bugs">LLVM Bugzilla</a>. If you're not sure, you
can post a message to the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
mailing list or on IRC. Please include "libc++" in your subject.
</p>
<p>
If you want to contribute a patch to libc++, the best place for that is the
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a>
mailing list. Please include "libc++" and "PATCH" in your subject.
</p>
<p>
If you want to contribute a patch to libc++, the best place for that is
<a href="http://llvm.org/docs/Phabricator.html">Phabricator</a>. Please
include [libc++] in the subject and add cfe-commits as a subscriber.
</p>
<!--=====================================================================-->
<h2 id="libsupcxx">Build on Linux using CMake and libsupc++.</h2>