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

Maksim Levental via llvm-commits llvm-commits at lists.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 llvm-commits mailing list