Skip to content

Commit fc0fd87

Browse files
committed
[mlir][www] Fix generation of the Mesh dialect doc
1 parent 4e8d6c4 commit fc0fd87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
add_mlir_dialect(MeshOps mesh)
2-
add_mlir_doc(MeshOps MeshOps Dialects/ -gen-op-doc)
2+
add_mlir_doc(MeshOps MeshOps Dialects/ -gen-dialect-doc -dialect=mesh)
33

44
set(LLVM_TARGET_DEFINITIONS MeshBase.td)
55
mlir_tablegen(MeshOpsAttributes.h.inc -gen-attrdef-decls)
66
mlir_tablegen(MeshOpsAttributes.cpp.inc -gen-attrdef-defs)
77
add_public_tablegen_target(MLIRMeshOpsAttrIncGen)
8-
add_mlir_doc(MeshOps MeshAttributes Dialects/ -gen-attrdef-doc)
98

109
set(LLVM_TARGET_DEFINITIONS MeshBase.td)
1110
mlir_tablegen(MeshOpsEnums.h.inc -gen-enum-decls)

0 commit comments

Comments
 (0)