[llvm] [mlir] [mlir] Add config for PDL (PR #69927)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 9 20:29:58 PST 2023


================
@@ -472,18 +472,18 @@ declare_mlir_python_extension(MLIRPythonExtension.Dialects.Quant.Pybind
     MLIRCAPIQuant
 )
 
-declare_mlir_python_extension(MLIRPythonExtension.Dialects.PDL.Pybind
-  MODULE_NAME _mlirDialectsPDL
-  ADD_TO_PARENT MLIRPythonSources.Dialects.pdl
-  ROOT_DIR "${PYTHON_SOURCE_DIR}"
-  SOURCES
-    DialectPDL.cpp
-  PRIVATE_LINK_LIBS
-    LLVMSupport
-  EMBED_CAPI_LINK_LIBS
-    MLIRCAPIIR
-    MLIRCAPIPDL
-)
+  declare_mlir_python_extension(MLIRPythonExtension.Dialects.PDL.Pybind
+    MODULE_NAME _mlirDialectsPDL
+    ADD_TO_PARENT MLIRPythonSources.Dialects.pdl
+    ROOT_DIR "${PYTHON_SOURCE_DIR}"
+    SOURCES
+      DialectPDL.cpp
+    PRIVATE_LINK_LIBS
+      LLVMSupport
+    EMBED_CAPI_LINK_LIBS
+      MLIRCAPIIR
+      MLIRCAPIPDL
+  )
 
 declare_mlir_python_extension(MLIRPythonExtension.Dialects.SparseTensor.Pybind
   MODULE_NAME _mlirDialectsSparseTensor
----------------
joker-eph wrote:

This entire file is formatting change now, can we revert this?

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


More information about the llvm-commits mailing list