[Mlir-commits] [mlir] 9909424 - Fix documentation link to MlirSpirvAbi

Mehdi Amini llvmlistbot at llvm.org
Sun Apr 19 09:54:01 PDT 2020


Author: Mehdi Amini
Date: 2020-04-19T16:53:19Z
New Revision: 99094245447f03e9305c990bc028e2490115b9c0

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

LOG: Fix documentation link to MlirSpirvAbi

Differential Revision: https://reviews.llvm.org/D78394

Added: 
    

Modified: 
    mlir/docs/Dialects/SPIR-V.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/SPIR-V.md b/mlir/docs/Dialects/SPIR-V.md
index 90ff9868672b..9d966ad254e1 100644
--- a/mlir/docs/Dialects/SPIR-V.md
+++ b/mlir/docs/Dialects/SPIR-V.md
@@ -1341,7 +1341,7 @@ dialect.
 [MlirSpirvBase]: https://github.com/llvm/llvm-project/blob/master/mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
 [MlirSpirvPasses]: https://github.com/llvm/llvm-project/blob/master/mlir/include/mlir/Dialect/SPIRV/Passes.h
 [MlirSpirvLowering]: https://github.com/llvm/llvm-project/blob/master/mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.h
-[MlirSpirvAbi]: https://github.com/llvm/llvm-project/blob/master/mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.td
+[MlirSpirvAbi]: https://github.com/llvm/llvm-project/blob/master/mlir/include/mlir/Dialect/SPIRV/TargetAndABI.h
 [MlirSpirvOpsCpp]: https://github.com/llvm/llvm-project/blob/master/mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
 [GitHubDialectTracking]: https://github.com/tensorflow/mlir/issues/302
 [GitHubLoweringTracking]: https://github.com/tensorflow/mlir/issues/303


        


More information about the Mlir-commits mailing list