[Openmp-commits] [PATCH] D69927: [libomptarget] Export __kmp_internal_end_fini to fix [Thin]LTO build
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 13 11:09:32 PST 2019
JonChesterfield added a comment.
In D69927#1744369 <https://reviews.llvm.org/D69927#1744369>, @AndreyChurbanov wrote:
> I don't know a reliable way to test that dtor was called. But was able to write a linux test which fails 99% if dtor was not called:
Write to a file in the destructor, check the file contents after execution?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69927/new/
https://reviews.llvm.org/D69927
More information about the Openmp-commits
mailing list