[Mlir-commits] [llvm] [mlir] [mlir][python] Fix generation of Python bindings for `async` dialect (PR #75960)
Abhishek Kulkarni
llvmlistbot at llvm.org
Mon Feb 26 11:49:48 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.
-################################################################################
+# ###############################################################################
----------------
adk9 wrote:
Yeah, looks like it. I reverted the auto-formatting changes.
Thanks for the review!
https://github.com/llvm/llvm-project/pull/75960
More information about the Mlir-commits
mailing list