[PATCH] D117650: [llvm][vfs] Implement in-memory symlinks

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 12:10:35 PST 2022


sammccall added a comment.

In D117650#3262164 <https://reviews.llvm.org/D117650#3262164>, @sammccall wrote:

> (IIRC my previous concerns weren't about VFS->VFS symlinks, but rather ability to "resolve" a VFS file to a non-virtual file in order to open it through native APIs. It's possible I misunderstood that proposal of course)

Oops, I just remembered about D97288 <https://reviews.llvm.org/D97288>, which is probably what you meant. Yeah, this change is much less expensive because it doesn't affect (other) VFS implementers nor consumers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117650



More information about the llvm-commits mailing list