[llvm] cfb95f6 - [docs]Added llvm/bindings section

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 06:36:28 PDT 2021


Author: Pooja Yadav
Date: 2021-04-30T19:05:22+05:30
New Revision: cfb95f6f916dfd518e89c545e2988e2c7bc56fd3

URL: https://github.com/llvm/llvm-project/commit/cfb95f6f916dfd518e89c545e2988e2c7bc56fd3
DIFF: https://github.com/llvm/llvm-project/commit/cfb95f6f916dfd518e89c545e2988e2c7bc56fd3.diff

LOG: [docs]Added llvm/bindings section

Added information about language bindings provided by LLVM.

Reviewed By: xgupta, gandhi21299

Differential Revision: https://reviews.llvm.org/D101295

Added: 
    

Modified: 
    llvm/docs/GettingStarted.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 819b09b31d82a..8adef851b0009 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -896,6 +896,14 @@ share code among the `tools`_.
   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``
 -----------------
 


        


More information about the llvm-commits mailing list