[libc-commits] [PATCH] D123922: [libc][docs] Remove the description of redirectors.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 18 00:13:44 PDT 2022


sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, arphaman.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

When we started the project, it was envisioned that redirectors will be
used to allow users of LLVM libc to switch over to LLVM libc in a
gradual fashion instead of doing an all-or-nothing switch. We now have
over 200 functions implemented, some of which are also ABI sensitive.
But we have not really put in place redirectors or used them. So, this
change deletes the docs describing redirectors. The layering document
has been updated to talk about layering without redirectors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123922

Files:
  libc/docs/index.rst
  libc/docs/layering.rst
  libc/docs/redirectors.rst
  libc/docs/redirectors_schematic.svg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123922.423341.patch
Type: text/x-patch
Size: 50614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220418/6663506c/attachment-0001.bin>


More information about the libc-commits mailing list