[PATCH] D101256: [docs]updated llvm/example under directory layout.
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 25 08:07:13 PDT 2021
pooja2299 created this revision.
pooja2299 added a reviewer: xgupta.
pooja2299 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101256
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -817,7 +817,14 @@
``llvm/examples``
-----------------
-Simple examples using the LLVM IR and JIT.
+- Some simple examples showing how to use the LLVM IR, JIT, LLJIT, ORCv2,
+ ParallelJIT, IR Transforms, Kaleidoscope languages, and SpeculativeJIT.
+- Also shows how to use some of the LLVM APIs and how LLVM works, in
+ ModuleMaker section.
+- 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.
+
``llvm/include``
----------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101256.340359.patch
Type: text/x-patch
Size: 779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210425/668f5362/attachment.bin>
More information about the llvm-commits
mailing list