[PATCH] D119695: [Support] Fix build on illumos
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 13:33:46 PST 2022
ro added a comment.
In D119695#3320426 <https://reviews.llvm.org/D119695#3320426>, @MaskRay wrote:
> I don't fully understand the caddr_t thing. If there is an action item for illumnos, we should make sure they know, so that llvm-project can drop the hacks.
It's discussed in D84046 <https://reviews.llvm.org/D84046>. The suggested way forward for them is what I outlined Solaris did in their `<sys/mman.h>`: it had the same issue before and Illumos inherited it from there. It would indeed be helpful if @nikic could file an Illumos bug for this, although the workaround would have to stay for some time.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119695/new/
https://reviews.llvm.org/D119695
More information about the llvm-commits
mailing list