[Openmp-commits] [PATCH] D110706: Protect calls to KMP_DLSYM in kmp_alloc.cpp
Alban Bridonneau via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 29 07:06:29 PDT 2021
alban.bridonneau added a comment.
The issue was detected on Linux, AArch64.
Other calls to dlsym in kmp_alloc.cpp are already protected by that define, which is why i thought it made sense to do the same here.
It seems that kmp_ftn_entry.h was not included in my build. I'll go through the CMake files to see what happened.
Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110706/new/
https://reviews.llvm.org/D110706
More information about the Openmp-commits
mailing list