[Openmp-commits] [openmp] [OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (PR #90516)

Xing Xue via Openmp-commits openmp-commits at lists.llvm.org
Mon Apr 29 13:05:10 PDT 2024


xingxue-ibm wrote:

> I suppose this should work, but I'm thinking about the tests. Do we have any test failure right now due to this missing implementation?

Before the change, the routine returns the hard-coded `found = 1` and there were no failures. Other platforms does the same before proper implementation as well.

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


More information about the Openmp-commits mailing list