[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
Fri Nov 1 11:16:41 PDT 2019


sivachandra updated this revision to Diff 227491.
sivachandra added a comment.

Do not talk about the SVN repo.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67933/new/

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
@@ -109,14 +109,18 @@
 system-libc. A translation from one set of data structures to the other should
 happen internal to llvm-libc.
 2. The delegation mechanism has to be implemented over a related set of
-functions. For example, one cannot delegate just the `fopen` function to the
-system-libc. One will have to delegate all `FILE` related functions to the
+functions. For example, one cannot delegate just the ``fopen`` function to the
+system-libc. One will have to delegate all ``FILE`` related functions to the
 system-libc.
 
 Current Status
 ==============
 
-llvm-libc development is still in the planning phase.
+llvm-libc development is still in very early stages. The source code can be
+found in the top level directory named ``libc`` in the LLVM monorepo. There
+are also dedicated mailing lists one for dev discussions:
+https://lists.llvm.org/cgi-bin/mailman/listinfo/libc-dev, and another for
+commits: https://lists.llvm.org/cgi-bin/mailman/listinfo/libc-commits.
 
 Build Bots
 ==========


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67933.227491.patch
Type: text/x-patch
Size: 1191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191101/c268a5b1/attachment.bin>


More information about the llvm-commits mailing list