[Openmp-commits] [PATCH] D69927: [libomptarget] Export __kmp_internal_end_fini to fix [Thin]LTO build

Aaron Puchert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 7 18:38:39 PST 2019


aaronpuchert added a comment.

Let's say we remove `__kmp_internal_end_fini` and rely on ` __kmp_internal_end_dtor`, can we write a test case ensuring that `__kmp_internal_end_atexit` is called? That calls into `__kmp_task_team_wait`, so maybe we can exit while some tasks are still running, and get a different observable result depending on whether we wait or not?


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