Command toyc should be toyc-ch2 in this chapter
authorKan Chen <chenkan5@huawei.com>
Thu, 8 Aug 2019 16:30:09 +0000 (09:30 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 8 Aug 2019 16:30:35 +0000 (09:30 -0700)
Closes tensorflow/mlir#70

PiperOrigin-RevId: 262370485

mlir/g3doc/Tutorials/Toy/Ch-2.md [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 37a43ac..f19ee18
@@ -185,9 +185,9 @@ func @main() loc("test/codegen.toy":6:1) {
 }
 ```
 
-You can build `toyc` and try yourself: `toyc test/codegen.toy -emit=mlir
--mlir-print-debuginfo`. We can also check our RoundTrip: `toyc test/codegen.toy
--emit=mlir -mlir-print-debuginfo > codegen.mlir` followed by `toyc codegen.mlir
+You can build `toyc-ch2` and try yourself: `toyc-ch2 test/codegen.toy -emit=mlir
+-mlir-print-debuginfo`. We can also check our RoundTrip: `toyc-ch2 test/codegen.toy
+-emit=mlir -mlir-print-debuginfo > codegen.mlir` followed by `toyc-ch2 codegen.mlir
 -emit=mlir`.
 
 Notice how these MLIR operations are prefixed with `toy.` ; by convention we use