[Lldb-commits] [PATCH] D153822: FileSystem::EnumerateDirectory should keep iterating if one entry has an invalid Status

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 26 17:17:29 PDT 2023


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM modulo capitalization.



================
Comment at: lldb/unittests/Host/FileSystemTest.cpp:54
       return make_error_code(llvm::errc::no_such_file_or_directory);
+    // simulate a broken symlink, where it points to a file/dir that
+    // does not exist.
----------------
Comments should start with a capital. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153822



More information about the lldb-commits mailing list