[libc-commits] [PATCH] D151129: [libc] Make ErrnoSetterMatcher ignore matching errno on GPU.
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu May 25 10:26:20 PDT 2023
jhuber6 added a comment.
In D151129#4373075 <https://reviews.llvm.org/D151129#4373075>, @sivachandra wrote:
> I think all of those errors have a single root cause that `EILSEQ` was missing from the list of generic error numbers. I have added it now. Can you give it another try?
Yes, I think we just need to make the `thread_local` error buffer a regular integer on platforms without `errno`. (Same reason we can't support it in the first place).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151129/new/
https://reviews.llvm.org/D151129
More information about the libc-commits
mailing list