hubert.reinterpretcast added inline comments.
================ Comment at: llvm/lib/Support/Unix/Path.inc:1020 + struct stat Status; + if (stat(P.begin(), &Status) == -1) + return std::error_code(errno, std::generic_category()); ---------------- Please try using `fstat` on the result of `open` to address the comments from https://reviews.llvm.org/D156798. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D151567/new/ https://reviews.llvm.org/D151567 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits