[llvm] [mlir] [mlir][python] Fix generation of Python bindings for `async` dialect (PR #75960)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 18:33:20 PST 2024


================
@@ -710,11 +710,10 @@ if(NOT LLVM_ENABLE_IDE)
     COMPONENT mlir-python-sources
   )
 endif()
-
-################################################################################
+# ###############################################################################
 # The fully assembled package of modules.
 # This must come last.
-################################################################################
+# ###############################################################################
----------------
joker-eph wrote:

Is this like auto-formatting changes here?

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


More information about the llvm-commits mailing list