[all-commits] [llvm/llvm-project] 928db7: [OpenMP][AIX] Implement __kmp_is_address_mapped() ...
Xing Xue via All-commits
all-commits at lists.llvm.org
Tue Apr 30 13:59:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 928db7e7edc5ffeaf92e85610068852ee94b26fb
https://github.com/llvm/llvm-project/commit/928db7e7edc5ffeaf92e85610068852ee94b26fb
Author: Xing Xue <xingxue at outlook.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M openmp/runtime/src/z_Linux_util.cpp
Log Message:
-----------
[OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (#90516)
This patch implements `__kmp_is_address_mapped()` for AIX by calling
`loadquery()` to get the load info of the process and then checking if
the address falls within the range of the data segment of one of the
loaded modules.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list