[PATCH] D52648: [Support] Listing a directory containing dangling symlinks is not an error.

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 28 07:16:39 PDT 2018


sammccall created this revision.
sammccall added reviewers: vsk, bkramer.
Herald added subscribers: llvm-commits, kristina, mgrang.

Reporting this as an error required stat()ing every file, as well as seeming
semantically questionable.


Repository:
  rL LLVM

https://reviews.llvm.org/D52648

Files:
  include/llvm/Support/FileSystem.h
  tools/llvm-cov/CodeCoverage.cpp
  unittests/Support/Path.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52648.167471.patch
Type: text/x-patch
Size: 8653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180928/3a643e8a/attachment.bin>


More information about the llvm-commits mailing list