[docs]Added llvm/bindings section

Added information about language bindings provided by LLVM.

Reviewed By: xgupta, gandhi21299

Differential Revision: https://reviews.llvm.org/D101295
This commit is contained in:
Pooja Yadav 2021-04-30 19:02:02 +05:30 committed by xgupta
parent 4b456038e4
commit cfb95f6f91
1 changed files with 8 additions and 0 deletions

View File

@ -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``
-----------------