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,18 @@ ``_. 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. Checks compiler version and + linker flags. + +``llvm/cmake/platforms`` + Toolchain configuration for Android NDK, iOS systems and non-Windows hosts to + target MSVC. + ``llvm/examples`` -----------------