[all-commits] [llvm/llvm-project] 5d25db: [OpenMP][libomp] do not try to dlopen libmemkind o...
Jonathan Peyton via All-commits
all-commits at lists.llvm.org
Thu Jun 2 12:28:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d25dbff677e2854a285019a4cfbda969e64ace2
https://github.com/llvm/llvm-project/commit/5d25dbff677e2854a285019a4cfbda969e64ace2
Author: Daniel Douglas <daniel_douglas+llvm at apple.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M openmp/runtime/src/kmp_alloc.cpp
Log Message:
-----------
[OpenMP][libomp] do not try to dlopen libmemkind on macOS
The memkind library is only available for linux. Calling dlopen here
can also be problematic in a client app that fork'ed.
Differential Revision: https://reviews.llvm.org/D126579
More information about the All-commits
mailing list