1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Add LLVMLibC proposal to docs/index.rst.

Reviewers: rupprecht

Subscribers: arphaman, llvm-commits

Tags: #llvm

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

llvm-svn: 369030
This commit is contained in:
Siva Chandra 2019-08-15 18:08:11 +00:00
parent bee5ebe3e8
commit 533c4033bd

View 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.