diff --git a/llvm/docs/Proposals/LLVMLibC.rst b/llvm/docs/Proposals/LLVMLibC.rst --- a/llvm/docs/Proposals/LLVMLibC.rst +++ b/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 ==========