[llvm] [Offload] Implement `olShutDown` (PR #144055)

Ross Brunton via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 16 06:14:39 PDT 2025


================
@@ -169,13 +173,16 @@ void initPlugins() {
 }
 
 Error olInit_impl() {
----------------
RossBrunton wrote:

I thought that the reference counting would be sufficient, but thinking about it more, yes a mutex is required. Thanks, it's been added.

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


More information about the llvm-commits mailing list