Add LLVMLibC proposal to docs/index.rst.
authorSiva Chandra <sivachandra@google.com>
Thu, 15 Aug 2019 18:08:11 +0000 (18:08 +0000)
committerSiva Chandra <sivachandra@google.com>
Thu, 15 Aug 2019 18:08:11 +0000 (18:08 +0000)
Reviewers: rupprecht

Subscribers: arphaman, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66307

llvm-svn: 369030

llvm/docs/index.rst

index e0db996..b2d87b8 100644 (file)
@@ -612,6 +612,7 @@ can be better.
 
    CodeOfConduct
    Proposals/GitHubMove
+   Proposals/LLVMLibC
    Proposals/TestSuite
    Proposals/VariableNames
    Proposals/VectorizationPlan
@@ -623,6 +624,9 @@ can be better.
 :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.