[PATCH] D101295: [docs]Added llvm/llvm/bindings section
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 30 05:57:46 PDT 2021
pooja2299 updated this revision to Diff 341866.
pooja2299 added a comment.
Corrected the path to llvm/bindings
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/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.341866.patch
Type: text/x-patch
Size: 623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/90346b5f/attachment.bin>
More information about the llvm-commits
mailing list