Skip to content

Commit cf6e62d

Browse files
committed
[mlir][doc] NFC fix incorrect filename in td match interface
1 parent 8edb12f commit cf6e62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ add_mlir_doc(TransformOps TransformOps Dialects/ -gen-op-doc -dialect=transform)
2626

2727
add_mlir_interface(MatchInterfaces)
2828
add_dependencies(MLIRMatchInterfacesIncGen MLIRTransformInterfacesIncGen)
29-
add_mlir_doc(TransformInterfaces MatchOpInterfaces Dialects/ -gen-op-interface-docs)
29+
add_mlir_doc(MatchInterfaces MatchOpInterfaces Dialects/ -gen-op-interface-docs)
3030

0 commit comments

Comments
 (0)