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 @@ -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://@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 ==========