From b9aebae3dc61b43b5e8ed296cb162cce61797fde Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 15 Oct 2015 03:27:02 +0000 Subject: [PATCH] Add links to libc++ code coverage and builders git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@250361 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 78876116c..b0c8b813f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_ * `Apple Jenkins Builders `_ +* `EricWF's Nightly Builders `_ +* `Code Coverage Results `_ Getting Involved ================