[Mlir-commits] [mlir] eb4917d - [mlir] Fix syntax error in markdown documentation

Alex Zinenko llvmlistbot at llvm.org
Thu Dec 17 05:10:06 PST 2020


Author: Alex Zinenko
Date: 2020-12-17T14:09:31+01:00
New Revision: eb4917d121e21aaf8406efe3d5e4f1f06cb7c238

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

LOG: [mlir] Fix syntax error in markdown documentation

Added: 
    

Modified: 
    mlir/docs/Dialects/LLVM.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/LLVM.md b/mlir/docs/Dialects/LLVM.md
index fbe1a1cfe7ea..3b9150f0e69d 100644
--- a/mlir/docs/Dialects/LLVM.md
+++ b/mlir/docs/Dialects/LLVM.md
@@ -434,4 +434,4 @@ MLIR, blocks are not values and don't need a type.
 All operations in the LLVM IR dialect have a custom form in MLIR. The mnemonic
 of an operation is that used in LLVM IR prefixed with "`llvm.`".
 
-[include "Dialects/LLVMOps.md"
+[include "Dialects/LLVMOps.md"]


        


More information about the Mlir-commits mailing list