[PATCH] D137473: [vfs] Allow root paths relative to the directory of the vfsoverlay YAML file
Haowei Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 16 11:45:58 PST 2022
haowei updated this revision to Diff 475884.
haowei marked 2 inline comments as done.
haowei added a comment.
Fixing Windows test failures.
overlay-relative flag will always using native path separator, therefore, it needs a separate base FS and OverlayYAML file setup on Windows. This diff adds this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137473/new/
https://reviews.llvm.org/D137473
Files:
clang/test/VFS/Inputs/root-relative-overlay.yaml
clang/test/VFS/relative-path.c
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: D137473.475884.patch
Type: text/x-patch
Size: 17048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221116/56680859/attachment-0001.bin>
More information about the cfe-commits
mailing list