[PATCH] D151567: [LLVM][Support] Report EISDIR when opening a directory on AIX
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 15 11:45:58 PDT 2023
MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.
Thanks for the patch, but there are two issues that should be fixed:
(1) stat => fstat
(2) change the subject to mean that this is not AIX specific (`[LLVM][Support] Report EISDIR when opening a directory on AIX`). Other OSes including Linux are changed as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151567/new/
https://reviews.llvm.org/D151567
More information about the cfe-commits
mailing list