[Openmp-commits] [openmp] [OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (PR #82930)

Rainer Orth via Openmp-commits openmp-commits at lists.llvm.org
Tue Feb 27 05:05:21 PST 2024


================
@@ -66,6 +66,12 @@
 #include <sys/types.h>
 #include <sys/sysctl.h>
 #elif KMP_OS_SOLARIS
+#if defined(__LP64__)
----------------
rorth wrote:

Why restrict the code to `__LP64__`?  `openmp` is 64-bit-only anyway.

https://github.com/llvm/llvm-project/pull/82930


More information about the Openmp-commits mailing list