From: Mehdi Amini Date: Thu, 15 Apr 2021 05:17:04 +0000 (+0000) Subject: Fix the build of `mlir-doc` (again) X-Git-Tag: llvmorg-14-init~9520 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f78dcb81af7d78dc07f343a86a0942df7297f9a3;p=platform%2Fupstream%2Fllvm.git Fix the build of `mlir-doc` (again) This is more fallout from add_mlir_doc() API change --- diff --git a/mlir/include/mlir/Interfaces/CMakeLists.txt b/mlir/include/mlir/Interfaces/CMakeLists.txt index bc7c450..b838bce 100644 --- a/mlir/include/mlir/Interfaces/CMakeLists.txt +++ b/mlir/include/mlir/Interfaces/CMakeLists.txt @@ -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)