[clang] [llvm] [Offload] Change unregister library to use `atexit` instead of destructor (PR #86830)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 27 11:09:51 PDT 2024
jhuber6 wrote:
Fixed, I neglected the fact that OpenMP registers more destructors inside of the constructor itself. Passes all the tests now.
https://github.com/llvm/llvm-project/pull/86830
More information about the cfe-commits
mailing list