[PATCH] D101254: [docs] Updated llvm/exmaple section under directory layout
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 25 09:20:21 PDT 2021
pooja2299 updated this revision to Diff 340363.
pooja2299 added a comment.
Added some details about kaleidoscope
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101254/new/
https://reviews.llvm.org/D101254
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -824,7 +824,10 @@
- Demonstration of compiling BrainF language to LLVM assembly.
- ExceptionDemo: Demo program showing implementation of LLVM exceptions and
shows several test cases including the handling of foreign exceptions.
-
+- Kaleidoscope is a procedural language that allows you to define functions,
+ use conditionals, math, etc with simple syntax.
+ `Kaleidoscope Tutorial for complete beginner
+ <https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html>`_.
``llvm/include``
----------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101254.340363.patch
Type: text/x-patch
Size: 702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210425/f88e4353/attachment.bin>
More information about the llvm-commits
mailing list