[Mlir-commits] [mlir] [mlir] Use non thread-local allocator for DistinctAttr when threading is disabled (PR #128566)

River Riddle llvmlistbot at llvm.org
Wed Mar 5 14:57:11 PST 2025


================
@@ -23,7 +23,9 @@
 #include "mlir/Support/ThreadLocalCache.h"
 #include "llvm/ADT/APFloat.h"
 #include "llvm/ADT/PointerIntPair.h"
+#include "llvm/Support/ErrorHandling.h"
----------------
River707 wrote:

Why do you need error handling?

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


More information about the Mlir-commits mailing list