[PATCH] D67933: Update llvm-libc status with code repo and mailing list information.

Siva Chandra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 14:23:20 PDT 2019


sivachandra created this revision.
sivachandra added a reviewer: mehdi_amini.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67933

Files:
  llvm/docs/Proposals/LLVMLibC.rst


Index: llvm/docs/Proposals/LLVMLibC.rst
===================================================================
--- llvm/docs/Proposals/LLVMLibC.rst
+++ llvm/docs/Proposals/LLVMLibC.rst
@@ -116,7 +116,17 @@
 Current Status
 ==============
 
-llvm-libc development is still in the planning phase.
+llvm-libc development is in very early stages. One can checkout the SVN repo
+using the following command:
+
+``svn co https://<svn-username>@llvm.org/svn/llvm-project/libc/trunk``
+
+Git mono repo users can also see the code in the top level directory named
+``libc``.
+
+llvm-libc also has dedicated mailing lists for dev discussion:
+https://lists.llvm.org/cgi-bin/mailman/listinfo/libc-dev, and for commits:
+https://lists.llvm.org/cgi-bin/mailman/listinfo/libc-commits.
 
 Build Bots
 ==========


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67933.221412.patch
Type: text/x-patch
Size: 794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190923/110eb7cd/attachment.bin>


More information about the llvm-commits mailing list