[llvm] 05bde3c - [llvm][TableGen][Jupyter] Link to tutorial notebook from README
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 13 08:58:40 PDT 2023
Author: David Spickett
Date: 2023-10-13T16:58:24+01:00
New Revision: 05bde3cc23b05a8ee4a77d00e6c4bea2ac44647b
URL: https://github.com/llvm/llvm-project/commit/05bde3cc23b05a8ee4a77d00e6c4bea2ac44647b
DIFF: https://github.com/llvm/llvm-project/commit/05bde3cc23b05a8ee4a77d00e6c4bea2ac44647b.diff
LOG: [llvm][TableGen][Jupyter] Link to tutorial notebook from README
Added:
Modified:
llvm/utils/TableGen/jupyter/README.md
Removed:
################################################################################
diff --git a/llvm/utils/TableGen/jupyter/README.md b/llvm/utils/TableGen/jupyter/README.md
index 4356a907878fc6f..79c986a3fc66fb6 100644
--- a/llvm/utils/TableGen/jupyter/README.md
+++ b/llvm/utils/TableGen/jupyter/README.md
@@ -7,6 +7,8 @@ TableGen.
[LLVM_TableGen.ipynb](LLVM_TableGen.ipynb) - A demo of the kernel's capabilities.
+[tablegen_tutorial_part_1.ipynb](tablegen_tutorial_part_1.ipynb) - A tutorial on the TableGen language.
+
[sql_query_backend.ipynb](sql_query_backend.ipynb) - How to write a backend using
JSON output and Python.
More information about the llvm-commits
mailing list