[libc-commits] [libc] [libc] Fix GPU test build error (PR #92235)
Robin Caloudis via libc-commits
libc-commits at lists.llvm.org
Wed May 15 11:09:12 PDT 2024
robincaloudis wrote:
> > We will need to figure out a more permanent solution for errno numbers on GPUs because I would like to revert this patch when possible. Having a valid `EILSEQ` strerror on platforms that support it is important.
>
>
>
> I think this was broken on the CPU build beforehand, at least it was when I checked it, so reverting this would make that fail again.
This is true. It was broken on `fuchsia-x86_64-linux` and `openmp-offload-libc-amdgpu-runtime`.
https://github.com/llvm/llvm-project/pull/92235
More information about the libc-commits
mailing list