[Mlir-commits] [mlir] fix a concurrent destruction issue for FallbackTypeIDResolver::registerImplicitTypeID due to function static variable (PR #85471)

Stella Laurenzo llvmlistbot at llvm.org
Sat Mar 16 16:45:53 PDT 2024


https://github.com/stellaraccident requested changes to this pull request.

I don't think this warrants a change. From what I see, it is arbitrary that the wrong application shutdown sequence happens to be doing something that needs to access this static. It could have just added easily been attempting to access a destructed cl flag, etc. The bug appears to be in the application.

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


More information about the Mlir-commits mailing list