[Mlir-commits] [llvm] [mlir] [mlir][python] Fix generation of Python bindings for `async` dialect (PR #75960)
Mehdi Amini
llvmlistbot at 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 Mlir-commits
mailing list