[PATCH] D101295: [docs]Added llvm/llvm/bindings section
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 26 10:05:49 PDT 2021
pooja2299 updated this revision to Diff 340574.
pooja2299 added a comment.
"added - 'LLVM project' in line 905"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101295/new/
https://reviews.llvm.org/D101295
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -896,6 +896,14 @@
Source code that corresponding to the header files in ``llvm/include/ADT/``
and ``llvm/include/Support/``.
+``llvm/llvm/bindings``
+----------------------
+
+Contains bindings for the LLVM compiler infrastructure to allow
+programs written in languages other than C or C++ to take advantage of the LLVM
+infrastructure.
+LLVM project provides language bindings for Go, OCaml and python.
+
``llvm/projects``
-----------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101295.340574.patch
Type: text/x-patch
Size: 628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/e195579a/attachment.bin>
More information about the llvm-commits
mailing list