[Mlir-commits] [mlir] cf6e62d - [mlir][doc] NFC fix incorrect filename in td match interface
Alex Zinenko
llvmlistbot at llvm.org
Tue Mar 26 11:48:59 PDT 2024
Author: Alex Zinenko
Date: 2024-03-26T18:48:46Z
New Revision: cf6e62d8c308c7bf2885c422983c80842d735456
URL: https://github.com/llvm/llvm-project/commit/cf6e62d8c308c7bf2885c422983c80842d735456
DIFF: https://github.com/llvm/llvm-project/commit/cf6e62d8c308c7bf2885c422983c80842d735456.diff
LOG: [mlir][doc] NFC fix incorrect filename in td match interface
Added:
Modified:
mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt b/mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt
index 3ccac2f5c165f5..e90d04a202441e 100644
--- a/mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt
+++ b/mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt
@@ -26,5 +26,5 @@ add_mlir_doc(TransformOps TransformOps Dialects/ -gen-op-doc -dialect=transform)
add_mlir_interface(MatchInterfaces)
add_dependencies(MLIRMatchInterfacesIncGen MLIRTransformInterfacesIncGen)
-add_mlir_doc(TransformInterfaces MatchOpInterfaces Dialects/ -gen-op-interface-docs)
+add_mlir_doc(MatchInterfaces MatchOpInterfaces Dialects/ -gen-op-interface-docs)
More information about the Mlir-commits
mailing list