[llvm] r369030 - Add LLVMLibC proposal to docs/index.rst.
Siva Chandra via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 11:08:11 PDT 2019
Author: sivachandra
Date: Thu Aug 15 11:08:11 2019
New Revision: 369030
URL: http://llvm.org/viewvc/llvm-project?rev=369030&view=rev
Log:
Add LLVMLibC proposal to docs/index.rst.
Reviewers: rupprecht
Subscribers: arphaman, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D66307
Modified:
llvm/trunk/docs/index.rst
Modified: llvm/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=369030&r1=369029&r2=369030&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Thu Aug 15 11:08:11 2019
@@ -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.
More information about the llvm-commits
mailing list