[PATCH] D137085: [LLVM][TableGen] Add first tutorial notebook

Mehmet Eymen Ünay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 23:16:21 PST 2023


Eymay updated this revision to Diff 503641.
Eymay added a comment.

Typo fix on file name in recommended command


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137085/new/

https://reviews.llvm.org/D137085

Files:
  llvm/utils/TableGen/jupyter/README.md


Index: llvm/utils/TableGen/jupyter/README.md
===================================================================
--- llvm/utils/TableGen/jupyter/README.md
+++ llvm/utils/TableGen/jupyter/README.md
@@ -17,7 +17,7 @@
     # Then in the notebook interface, select 'LLVM TableGen' from the 'New' menu.
 
     # To run the example notebook in this folder.
-    jupyter notebook LLVM_Tablegen.ipynb
+    jupyter notebook LLVM_TableGen.ipynb
 
     # To use the kernel from the command line.
     jupyter console --kernel tablegen


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137085.503641.patch
Type: text/x-patch
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230309/948b6677/attachment.bin>


More information about the llvm-commits mailing list