[Mlir-commits] [mlir] 68c3b53 - [mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp' (NFC) (#161245)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Sep 29 10:48:20 PDT 2025


Author: Joseph Bak
Date: 2025-09-29T19:48:17+02:00
New Revision: 68c3b5363d64b15962be18ebb3a59e7713437922

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

LOG: [mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp' (NFC) (#161245)

This patch fixes a documentation typo in the MLIR Toy tutorial (Ch6).
The tutorial currently refers to `examples/toy/Ch6/toy.cpp`, but the
correct
file name is `examples/toy/Ch6/toyc.cpp`.

Added: 
    

Modified: 
    mlir/docs/Tutorials/Toy/Ch-6.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Tutorials/Toy/Ch-6.md b/mlir/docs/Tutorials/Toy/Ch-6.md
index 529de55304206..178c07338ac45 100644
--- a/mlir/docs/Tutorials/Toy/Ch-6.md
+++ b/mlir/docs/Tutorials/Toy/Ch-6.md
@@ -245,7 +245,7 @@ define void @main()
 ```
 
 The full code listing for dumping LLVM IR can be found in
-`examples/toy/Ch6/toy.cpp` in the `dumpLLVMIR()` function:
+`examples/toy/Ch6/toyc.cpp` in the `dumpLLVMIR()` function:
 
 ```c++
 


        


More information about the Mlir-commits mailing list