forked from OSchip/llvm-project
Fix the build of `mlir-doc` (again)
This is more fallout from add_mlir_doc() API change
This commit is contained in:
parent
6148e3fc8e
commit
f78dcb81af
|
@ -25,11 +25,11 @@ add_mlir_doc(DataLayoutInterfaces
|
|||
-gen-attr-interface-docs)
|
||||
|
||||
add_mlir_doc(DataLayoutInterfaces
|
||||
-gen-type-interface-docs
|
||||
DataLayoutTypeInterface
|
||||
Interfaces/)
|
||||
Interfaces/
|
||||
-gen-type-interface-docs)
|
||||
|
||||
add_mlir_doc(DataLayoutInterfaces
|
||||
-gen-op-interface-docs
|
||||
DataLayoutOpInterface
|
||||
Interfaces/)
|
||||
Interfaces/
|
||||
-gen-op-interface-docs)
|
||||
|
|
Loading…
Reference in New Issue