From: Siva Chandra Date: Thu, 15 Aug 2019 18:08:11 +0000 (+0000) Subject: Add LLVMLibC proposal to docs/index.rst. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97ec1d62760813a25dbe3fb398ce6588067528e4;p=llvm Add LLVMLibC proposal to docs/index.rst. Reviewers: rupprecht Subscribers: arphaman, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66307 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369030 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.rst b/docs/index.rst index e0db9964a17..b2d87b86978 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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.