diff options
author | Jason Molenda <jason@molenda.com> | 2023-06-26 17:45:16 -0700 |
---|---|---|
committer | Jason Molenda <jason@molenda.com> | 2023-06-26 17:46:53 -0700 |
commit | 2c1108f44342019a67ce55bb98e2a05b57a70b9a (patch) | |
tree | 271695b51bf3a48eff3a9ff67cf62b58491643c1 /llvm/lib/CodeGen/MIRParser/MIParser.cpp | |
parent | 5cbcaf1678709e4da8b32f075a5c9a3cab028965 (diff) | |
download | llvm-2c1108f44342019a67ce55bb98e2a05b57a70b9a.zip llvm-2c1108f44342019a67ce55bb98e2a05b57a70b9a.tar.gz llvm-2c1108f44342019a67ce55bb98e2a05b57a70b9a.tar.bz2 |
FileSystem::EnumerateDirectory should skip entries w/o Status, not halt
EnumerateDirectory gets the vfs::Status of each directory entry to
decide how to process it. If it is unable to get the Status for
a directory entry, it will currently halt the directory iteration
entirely. It should only skip this entry.
Differential Revision: https://reviews.llvm.org/D153822
rdar://110861210
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser/MIParser.cpp')
0 files changed, 0 insertions, 0 deletions