[Mlir-commits] [mlir] [mlir][Python] create MLIRPythonSupport (PR #171775)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Dec 26 08:28:13 PST 2025
================
@@ -6,25 +6,27 @@
//
//===----------------------------------------------------------------------===//
-#include "IRModule.h"
+#include "mlir/Bindings/Python/IRCore.h"
#include <optional>
#include <vector>
-#include "Globals.h"
-#include "NanobindUtils.h"
+#include "mlir/Bindings/Python/Globals.h"
+// clang-format off
----------------
ftynse wrote:
Any idea why we have a header ordering problem here (assuming clang-format off is to force a specific order)?
https://github.com/llvm/llvm-project/pull/171775
More information about the Mlir-commits
mailing list