[Mlir-commits] [mlir] 735b22d - Fix typo in tablegen option: '-gen-typedef-docs' -> '-gen-typedef-doc'

Mehdi Amini llvmlistbot at llvm.org
Tue Oct 11 22:03:50 PDT 2022


Author: Mehdi Amini
Date: 2022-10-12T05:03:05Z
New Revision: 735b22de80580cba36df69d0be3f4c5dcaff14b5

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

LOG: Fix typo in tablegen option: '-gen-typedef-docs' -> '-gen-typedef-doc'

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt b/mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt
index 4fea39606513..99f3c417fa33 100644
--- a/mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt
+++ b/mlir/include/mlir/Dialect/Transform/IR/CMakeLists.txt
@@ -13,7 +13,7 @@ mlir_tablegen(TransformTypes.h.inc -gen-typedef-decls)
 mlir_tablegen(TransformTypes.cpp.inc -gen-typedef-defs)
 add_public_tablegen_target(MLIRTransformTypesIncGen)
 add_dependencies(mlir-headers MLIRTransformTypesIncGen)
-add_mlir_doc(TransformTypes TransformTypes Dialects/ -gen-typedef-docs)
+add_mlir_doc(TransformTypes TransformTypes Dialects/ -gen-typedef-doc)
 
 set(LLVM_TARGET_DEFINITIONS TransformAttrs.td)
 mlir_tablegen(TransformDialectEnums.h.inc -gen-enum-decls)


        


More information about the Mlir-commits mailing list