diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -477,6 +477,12 @@ The full list is: ``clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;openmp;parallel-libs;polly;pstl`` +**LLVM_ENABLE_RUNTIMES**:BOOL + Build libc++, libc++abi or other projects using that a just-built compiler. + This is the correct way to build libc++ when putting together a toolchain. + The full list is: + ``compiler-rt;libcxx;libcxxabi;libunwind;openmp`` + **LLVM_ENABLE_RTTI**:BOOL Build LLVM with run-time type information. Defaults to OFF.