[Openmp-commits] [PATCH] D107121: [OpenMP] Fix performance regression reported in bug #51235
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Aug 1 03:58:26 PDT 2021
protze.joachim added a comment.
Looking at your ldd output, I reallize, that we use different C++ runtime libraries. I always build against libc++. Could this make a difference?
I rerun the tests with different clang compiler versions (after building libomp standalone) and can reproduce the assertion with clang 11 and clang 12.
For depend.cpp, the assertion triggers with data = 7.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107121/new/
https://reviews.llvm.org/D107121
More information about the Openmp-commits
mailing list