[libcxx] r250361 - Add links to libc++ code coverage and builders

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 14 20:27:02 PDT 2015


Author: ericwf
Date: Wed Oct 14 22:27:02 2015
New Revision: 250361

URL: http://llvm.org/viewvc/llvm-project?rev=250361&view=rev
Log:
Add links to libc++ code coverage and builders

Modified:
    libcxx/trunk/docs/index.rst

Modified: libcxx/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/index.rst?rev=250361&r1=250360&r2=250361&view=diff
==============================================================================
--- libcxx/trunk/docs/index.rst (original)
+++ libcxx/trunk/docs/index.rst Wed Oct 14 22:27:02 2015
@@ -138,11 +138,13 @@ Design Documents
 
 .. __: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/
 
-Build Bots
------------
+Build Bots and Test Coverage
+----------------------------
 
 * `LLVM Buildbot Builders <http://lab.llvm.org:8011/console>`_
 * `Apple Jenkins Builders <http://lab.llvm.org:8080/green/view/Libcxx/>`_
+* `EricWF's Nightly Builders <http://ds2.efcs.ca:8080/console>`_
+* `Code Coverage Results <http://efcs.ca/libcxx-coverage>`_
 
 Getting Involved
 ================




More information about the cfe-commits mailing list