diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -814,6 +814,19 @@ ``_. The following is a brief introduction to code layout: +``llvm/cmake`` +-------------- +Genereates system build files. + +``llvm/cmake/modules`` + Build configuration for llvm user defined options and build rules + for OCaml language, Sphinx, TensorFlow compiler. Checks compiler version, + linker flags, atomic builtins and version control information. + +``llvm/cmake/platforms`` + Toolchain configuration for Android NDK, iOS systems and non-Windows hosts to + target MSVC. + ``llvm/examples`` -----------------