This is an archive of the discontinued LLVM Phabricator instance.

Move LLVM Proposal to doc directory, create index
ClosedPublic

Authored by jeffbailey on Jan 16 2022, 10:26 AM.

Details

Summary

The LLVM Libc project is no longer just a proposal and should have
a webpage tracking the status of the project. This changes
puts the pieces into the right place so that the webpage can be
created.

Diff Detail

Event Timeline

jeffbailey created this revision.Jan 16 2022, 10:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 16 2022, 10:26 AM
jeffbailey published this revision for review.Jan 22 2022, 7:43 AM
jeffbailey added a reviewer: sivachandra.
Herald added a project: Restricted Project. · View Herald TranscriptJan 22 2022, 7:43 AM
jeffbailey updated this revision to Diff 402222.EditedJan 22 2022, 8:26 AM

Fix bad copy/past in README.txt from LIBCXX to LIBC

Include missed build pieces for generating HTML from command line.
Two fixes for already checked-in RST files so that they build correctly.

sivachandra accepted this revision.Jan 27 2022, 11:08 PM

Thanks for working on this.

This revision is now accepted and ready to land.Jan 27 2022, 11:08 PM
This revision was automatically updated to reflect the committed changes.

https://lab.llvm.org/buildbot/#/builders/30/builds/16850 this is causing a build failure because llvm/docs/GettingInvolved.rst still links the old proposal.

https://lab.llvm.org/buildbot/#/builders/30/builds/16850 this is causing a build failure because llvm/docs/GettingInvolved.rst still links the old proposal.

Thanks, and sorry. https://reviews.llvm.org/D118537 is on its way.