diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -583,7 +583,7 @@ Once checked out repository, the LLVM suite source code must be configured before being built. This process uses CMake. Unlinke the normal ``configure`` script, CMake generates the build files in whatever format you request as well -as various ``*.inc`` files, and ``llvm/include/Config/config.h``. +as various ``*.inc`` files, and ``llvm/include/llvm/Config/config.h.cmake``. Variables are passed to ``cmake`` on the command line using the format ``-D=``. The following variables are some common options