[libcxx-commits] [PATCH] D96303: [SystemZ][ZOS] Guard using declaration for ::fchmodat
Zibi Sarbino via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 16 13:07:53 PST 2021
zibi added a comment.
In D96303#2565665 <https://reviews.llvm.org/D96303#2565665>, @ldionne wrote:
> My preference would be to extend https://reviews.llvm.org/D90257 to handle those declarations too.
I like the idea, @ldionne and agree. However, D90257 <https://reviews.llvm.org/D90257> depends on D90188 <https://reviews.llvm.org/D90188> and both did not land yet AFAIKS not to mention we will have to wait for the changes to be picked up by the build compiler.
Can we make this change now to unblock the build on z/OS?
We can always remove this change as part of the extension of D90257 <https://reviews.llvm.org/D90257>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96303/new/
https://reviews.llvm.org/D96303
More information about the libcxx-commits
mailing list