diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-10-15 03:27:02 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-10-15 03:27:02 +0000 |
commit | f0d8022ee348bede018b6aec3e818d0aaf224c7a (patch) | |
tree | 2617ee70cb217356657c0ff42a9f4f059863cee1 | |
parent | 9ca87a63ad38f61e12df279f9cd2528aa3cbaa7e (diff) | |
download | bcm5719-llvm-f0d8022ee348bede018b6aec3e818d0aaf224c7a.tar.gz bcm5719-llvm-f0d8022ee348bede018b6aec3e818d0aaf224c7a.zip |
Add links to libc++ code coverage and builders
llvm-svn: 250361
-rw-r--r-- | libcxx/docs/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index 78876116c01..b0c8b813f57 100644 --- a/libcxx/docs/index.rst +++ b/libcxx/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 <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 ================ |