[PATCH] D101295: [docs]Added llvm/llvm/bindings section

PoojaYadav via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 07:32:24 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.

Added information about language bindings provided by LLVM.


Repository:
  rG LLVM Github Monorepo

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,13 @@
   Source code that corresponding to the header files in ``llvm/include/ADT/``
   and ``llvm/include/Support/``.
 
+``llvm/llvm/bindings``
+----------------------
+
+Contains wrapper libraries that bridges the two different programming language,
+so that a library written for one language can used by another language. 
+LLVM provides language bindings for Go, OCaml and python.
+
 ``llvm/projects``
 -----------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101295.340522.patch
Type: text/x-patch
Size: 613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/ee9bbf93/attachment.bin>


More information about the llvm-commits mailing list