[Openmp-commits] [PATCH] D110109: [OpenMP] libomp: add atomic functions for new OpenMP 5.1 atomics.
Kelvin Li via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 21 07:06:15 PDT 2021
kkwli0 added a comment.
Is this patch only applicable to `KMP_ARCH_X86 || KMP_ARCH_X86_64` arch? The newly added test cases fail on non-X86 platform due to undefined symbols. The `__kmpc_atomic_*_cas_*` prototypes got preprocessed out inside the `extern "C"` hence the names are mangled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110109/new/
https://reviews.llvm.org/D110109
More information about the Openmp-commits
mailing list