[Mlir-commits] [mlir] 0736778 - [MLIR] Apply clang-tidy fixes for llvm-include-order in DialectLLVM.cpp (NFC)

Mehdi Amini llvmlistbot at llvm.org
Sat Aug 23 04:12:03 PDT 2025


Author: Mehdi Amini
Date: 2025-08-23T03:47:41-07:00
New Revision: 07367782fdcd7e6957e0aa38fa7dbbe0c85514fd

URL: https://github.com/llvm/llvm-project/commit/07367782fdcd7e6957e0aa38fa7dbbe0c85514fd
DIFF: https://github.com/llvm/llvm-project/commit/07367782fdcd7e6957e0aa38fa7dbbe0c85514fd.diff

LOG: [MLIR] Apply clang-tidy fixes for llvm-include-order in DialectLLVM.cpp (NFC)

Added: 
    

Modified: 
    mlir/lib/Bindings/Python/DialectLLVM.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Bindings/Python/DialectLLVM.cpp b/mlir/lib/Bindings/Python/DialectLLVM.cpp
index f211e769d66be..a4d8aa41bf9fc 100644
--- a/mlir/lib/Bindings/Python/DialectLLVM.cpp
+++ b/mlir/lib/Bindings/Python/DialectLLVM.cpp
@@ -12,8 +12,8 @@
 #include "mlir-c/IR.h"
 #include "mlir-c/Support.h"
 #include "mlir/Bindings/Python/Diagnostics.h"
-#include "mlir/Bindings/Python/NanobindAdaptors.h"
 #include "mlir/Bindings/Python/Nanobind.h"
+#include "mlir/Bindings/Python/NanobindAdaptors.h"
 
 namespace nb = nanobind;
 


        


More information about the Mlir-commits mailing list