[PATCH] D117937: [VFS] Add a "redirecting-with" field to overlays

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 13:43:49 PST 2022


keith added inline comments.


================
Comment at: llvm/include/llvm/Support/VirtualFileSystem.h:575
+///                   instead>
+///   'redirecting-with': <string, one of 'fallthrough', 'fallback', or
+///                        'redirect-only', default='fallthrough'>
----------------
bnbarham wrote:
> keith wrote:
> > I think `redirecting-with` is fine, and I can't come up with something better
> Thanks. Do you know if this format is documented anywhere that I would need to update?
Folks here used to joke that the source was the documentation, and based on a quick search that still seems to be the case, I don't see any places where the others are mentioned


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117937/new/

https://reviews.llvm.org/D117937



More information about the llvm-commits mailing list