[Mlir-commits] [mlir] [MLIR] Fix use-after-free in DistinctAttr when using crash recovery (PR #148666)

Artemiy Bulavin llvmlistbot at llvm.org
Tue Jul 15 01:09:33 PDT 2025


================
@@ -31,6 +31,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/ManagedStatic.h"
----------------
abulavin wrote:

Required on L74. I've juggled some headers around so I think this was being transitively included by accident prior.

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


More information about the Mlir-commits mailing list