[PATCH] D121425: [VFS] Add a new getVFSFromYAMLs API

Ben Barham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 10:58:08 PST 2022


bnbarham updated this revision to Diff 414703.
bnbarham added a comment.

Fixed up the getVFSFromYAML implementation to actually pass the buffer. Note that I'm happy to remove this, I only left it around to make it easier on downstream users.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121425

Files:
  llvm/include/llvm/Support/VirtualFileSystem.h
  llvm/lib/Support/VirtualFileSystem.cpp
  llvm/unittests/Support/VirtualFileSystemTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121425.414703.patch
Type: text/x-patch
Size: 21260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220311/9187588e/attachment.bin>


More information about the llvm-commits mailing list