Skip to content

Commit 8d3e060

Browse files
🎨 pre-commit fixes
1 parent 117b0b3 commit 8d3e060

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mlir/lib/Dialect/MQTOpt/Transforms/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ add_compile_options(-fexceptions)
1212

1313
file(GLOB TRANSFORMS_SOURCES *.cpp)
1414

15-
add_mlir_pdll_library(
16-
MLIRMQTOptTransformsSwapReconstructionAndElisionIncGen SwapReconstructionAndElision.pdll
17-
SwapReconstructionAndElision.h.inc)
15+
add_mlir_pdll_library(MLIRMQTOptTransformsSwapReconstructionAndElisionIncGen
16+
SwapReconstructionAndElision.pdll SwapReconstructionAndElision.h.inc)
1817

1918
add_mlir_library(
2019
MLIRMQTOptTransforms

0 commit comments

Comments
 (0)