[PATCH] D66307: Add LLVMLibC proposal to docs/index.rst.

Siva Chandra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 10:59:39 PDT 2019


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

Actually add it to the Proposals toc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66307

Files:
  llvm/docs/index.rst


Index: llvm/docs/index.rst
===================================================================
--- llvm/docs/index.rst
+++ llvm/docs/index.rst
@@ -612,6 +612,7 @@
 
    CodeOfConduct
    Proposals/GitHubMove
+   Proposals/LLVMLibC
    Proposals/TestSuite
    Proposals/VariableNames
    Proposals/VectorizationPlan
@@ -623,6 +624,9 @@
 :doc:`Proposals/GitHubMove`
    Proposal to move from SVN/Git to GitHub.
 
+:doc:`Proposals/LLVMLibC`
+   Proposal to add a libc implementation under the LLVM project.
+
 :doc:`Proposals/TestSuite`
    Proposals for additional benchmarks/programs for llvm's test-suite.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66307.215444.patch
Type: text/x-patch
Size: 608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190815/90ec0892/attachment.bin>


More information about the llvm-commits mailing list