[PATCH] D90201: Try reading a smaller chunk when (p)read fails
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 20:13:27 PDT 2020
thegameg added inline comments.
================
Comment at: llvm/lib/Support/Unix/Path.inc:1068
Expected<size_t> readNativeFile(file_t FD, MutableArrayRef<char> Buf) {
ssize_t NumRead =
----------------
Actually, is this also affected?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90201/new/
https://reviews.llvm.org/D90201
More information about the llvm-commits
mailing list