[Mlir-commits] [mlir] d8233b5 - Fix MLIR doc build

Mehdi Amini llvmlistbot at llvm.org
Mon Nov 7 13:26:53 PST 2022


Author: Mehdi Amini
Date: 2022-11-07T21:26:43Z
New Revision: d8233b5b4f4394b6d8fd969cb786bd702982f5cb

URL: https://github.com/llvm/llvm-project/commit/d8233b5b4f4394b6d8fd969cb786bd702982f5cb
DIFF: https://github.com/llvm/llvm-project/commit/d8233b5b4f4394b6d8fd969cb786bd702982f5cb.diff

LOG: Fix MLIR doc build

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Math/IR/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Math/IR/CMakeLists.txt b/mlir/include/mlir/Dialect/Math/IR/CMakeLists.txt
index b737819b8d8aa..0f98a1efbcb79 100644
--- a/mlir/include/mlir/Dialect/Math/IR/CMakeLists.txt
+++ b/mlir/include/mlir/Dialect/Math/IR/CMakeLists.txt
@@ -1,2 +1,2 @@
 add_mlir_dialect(MathOps math)
-add_mlir_doc(MathOps MathOps Dialects/ -gen-dialect-doc)
+add_mlir_doc(MathOps MathOps Dialects/ -gen-dialect-doc -dialect math)


        


More information about the Mlir-commits mailing list