[Openmp-commits] [openmp] [OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (PR #82930)
Brad Smith via Openmp-commits
openmp-commits at lists.llvm.org
Sun Feb 25 16:03:08 PST 2024
brad0 wrote:
It was already known that illumos was not building with the __kmp_set_stack_info() function due to the difference in non-portable POSIX thread functions implemented by Solaris vs illumos.
>From reading the man page I question whether you can mix Solaris threads and POSIX threads functions together.
CC @rorth
https://github.com/llvm/llvm-project/pull/82930
More information about the Openmp-commits
mailing list