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

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 06:36:34 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcfb95f6f916d: [docs]Added llvm/bindings section (authored by pooja2299, committed by xgupta).

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.341879.patch
Type: text/x-patch
Size: 623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/08430f0c/attachment.bin>


More information about the llvm-commits mailing list