diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst --- a/llvm/docs/GettingStarted.rst +++ b/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`` -----------------