[Mlir-commits] [mlir] 205e15c - [mlir][docs] Fix broken link

Marius Brehler llvmlistbot at llvm.org
Fri Jan 19 08:37:42 PST 2024


Author: Marius Brehler
Date: 2024-01-19T17:38:27+01:00
New Revision: 205e15c176f540dc37f04507355a77d642ddcb22

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

LOG: [mlir][docs] Fix broken link

Added: 
    

Modified: 
    mlir/docs/Dialects/LLVM.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/LLVM.md b/mlir/docs/Dialects/LLVM.md
index 5bbccda7cf6bd22..a49ba35db9a68fc 100644
--- a/mlir/docs/Dialects/LLVM.md
+++ b/mlir/docs/Dialects/LLVM.md
@@ -52,7 +52,7 @@ module attributes {llvm.data_layout = "e",
 LLVM functions are represented by a special operation, `llvm.func`, that has
 syntax similar to that of the built-in function operation but supports
 LLVM-related features such as linkage and variadic argument lists. See detailed
-description in the operation list [below](#llvmfunc-mlirllvmllvmfuncop).
+description in the operation list [below](#llvmfunc-llvmllvmfuncop).
 
 ### PHI Nodes and Block Arguments
 


        


More information about the Mlir-commits mailing list