[llvm] f86844d - Remove reference to LLVMLibC as the doc has moved.

Jeff Bailey via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 29 15:39:07 PST 2022


Author: Jeff Bailey
Date: 2022-01-29T23:39:03Z
New Revision: f86844da49db3e5166291958db7d943ad42c8bd3

URL: https://github.com/llvm/llvm-project/commit/f86844da49db3e5166291958db7d943ad42c8bd3
DIFF: https://github.com/llvm/llvm-project/commit/f86844da49db3e5166291958db7d943ad42c8bd3.diff

LOG: Remove reference to LLVMLibC as the doc has moved.

https://reviews.llvm.org/D117436 caused a build failure
due to this error.

Tested:
ninja docs-llvm-libc builds

Reviewed By: abrachet

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

Added: 
    

Modified: 
    llvm/docs/GettingInvolved.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst
index 8d89415d0c5f4..2b0d40956135d 100644
--- a/llvm/docs/GettingInvolved.rst
+++ b/llvm/docs/GettingInvolved.rst
@@ -273,7 +273,6 @@ can be better.
    CodeOfConduct
    Proposals/GitHubMove
    BugpointRedesign
-   Proposals/LLVMLibC
    Proposals/TestSuite
    Proposals/VariableNames
    Proposals/VectorizationPlan
@@ -289,9 +288,6 @@ can be better.
 :doc:`BugpointRedesign`
    Design doc for a redesign of the Bugpoint tool.
 
-: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