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