Skip to content

Commit 0a1ce1a

Browse files
authored
[mlir][doc] Fix docs for PtrDialect using the -gen-dialect-doc(NFC) (llvm#101013)
1 parent 64199bf commit 0a1ce1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
add_mlir_dialect(PtrOps ptr)
2-
add_mlir_doc(PtrOps PtrOps Dialects/ -gen-op-doc)
2+
add_mlir_doc(PtrOps PtrOps Dialects/ -gen-dialect-doc -dialect=ptr)
33

44
set(LLVM_TARGET_DEFINITIONS PtrOps.td)
55
mlir_tablegen(PtrOpsAttrs.h.inc -gen-attrdef-decls -attrdefs-dialect=ptr)

0 commit comments

Comments
 (0)