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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo