[Openmp-commits] [PATCH] D74837: [LIBOMPTARGET]Fix PR44933: fix crash because of the too early deinitialization of libomptarget.
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Feb 19 13:29:54 PST 2020
grokos added a comment.
Herald added a reviewer: jdoerfert.
In D74837#1883479 <https://reviews.llvm.org/D74837#1883479>, @ABataev wrote:
> Maybe it is just the problem of the test. I have `CHECK-NOT` in it to detect a possible crash. Maybe, just missed a variant for your system. Did you try the reproducer from the error report?
Yes, the reproducer works for me without this patch. But I'm targeting x86_64-pc-linux-gnu instead of nvptx64-nvidia-cuda, that might explain the difference in behavior (although I doubt it).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74837/new/
https://reviews.llvm.org/D74837
More information about the Openmp-commits
mailing list