[Mlir-commits] [llvm] [mlir] [mlir][Python] create MLIRPythonSupport (PR #171775)

Maksim Levental llvmlistbot at llvm.org
Mon Dec 29 11:25:24 PST 2025


================
@@ -323,24 +319,44 @@ class PyLocation : public BaseContextObject {
   MlirLocation loc;
 };
 
+enum PyMlirDiagnosticSeverity : std::underlying_type<
+    MlirDiagnosticSeverity>::type {
----------------
makslevental wrote:

done

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


More information about the Mlir-commits mailing list