[all-commits] [llvm/llvm-project] c0330b: [YAMLVFSWriter] Fix directory handling
jkorous-apple via All-commits
all-commits at lists.llvm.org
Thu May 7 10:59:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c0330bc00f528a1f031f507283e3371379714ede
https://github.com/llvm/llvm-project/commit/c0330bc00f528a1f031f507283e3371379714ede
Author: Jan Korous <jkorous at apple.com>
Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths:
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/unittests/Support/VirtualFileSystemTest.cpp
Log Message:
-----------
[YAMLVFSWriter] Fix directory handling
For empty directories (except the first one) we've been adding a file
with the same name as the directory to the result VFS mapping.
Differential Revision: https://reviews.llvm.org/D79551
More information about the All-commits
mailing list