diff --git a/clang/docs/HowToSetupToolingForLLVM.rst b/clang/docs/HowToSetupToolingForLLVM.rst index 58f10cfeffc1..cbe15abaab3b 100644 --- a/clang/docs/HowToSetupToolingForLLVM.rst +++ b/clang/docs/HowToSetupToolingForLLVM.rst @@ -37,7 +37,7 @@ make a build directory and run CMake from it: If you want to use clang instead of GCC, you can add ``-DCMAKE_C_COMPILER=/path/to/clang -DCMAKE_CXX_COMPILER=/path/to/clang++``. You can also use ``ccmake``, which provides a curses interface to configure -CMake variables for lazy people. +CMake variables. As a result, the new ``compile_commands.json`` file should appear in the current directory. You should link it to the LLVM source tree so that