Fix the build of `mlir-doc` (again)
authorMehdi Amini <joker.eph@gmail.com>
Thu, 15 Apr 2021 05:17:04 +0000 (05:17 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Thu, 15 Apr 2021 05:17:51 +0000 (05:17 +0000)
This is more fallout from add_mlir_doc() API change

mlir/include/mlir/Interfaces/CMakeLists.txt

index bc7c450..b838bce 100644 (file)
@@ -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)