[llvm] [Offload] Implement `olShutDown` and remove global reference counting (PR #144055)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 13 05:58:33 PDT 2025


jhuber6 wrote:

Initialization like this should *always* be reference counted. Otherwise the first thread to call `olShutDown` will destroy the context for everyone.

https://github.com/llvm/llvm-project/pull/144055


More information about the llvm-commits mailing list