Skip to content

Commit e005ba3

Browse files
committed
[MLIR] fix the ninja mlir-doc build
1 parent cda4820 commit e005ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ add_public_tablegen_target(MLIRWasmSSAInterfacesIncGen)
1010
set(LLVM_TARGET_DEFINITIONS WasmSSAOps.td)
1111

1212
add_mlir_dialect(WasmSSAOps wasmssa)
13-
add_mlir_doc(WasmSSAOps WasmSSAOps Dialects/ -gen-dialect-doc)
13+
add_mlir_doc(WasmSSAOps WasmSSAOps Dialects/ -gen-dialect-doc -dialect wasmssa)

0 commit comments

Comments
 (0)