diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -615,8 +615,10 @@ | | other LLVM subprojects to additionally build. (Only| | | effective when using a side-by-side project layout | | | e.g. via git). The default list is empty. Can | -| | include: clang, libcxx, libcxxabi, libunwind, lldb,| -| | compiler-rt, lld, polly, or debuginfo-tests. | +| | include: clang, clang-tools-extra, compiler-rt, | +| | cross-project-tests, libc, libclc, libcxx, | +| | libcxxabi, libunwind, lld, lldb, mlir, openmp, | +| | parallel-libs, polly, pstl, or flang. | +-------------------------+----------------------------------------------------+ | LLVM_ENABLE_SPHINX | Build sphinx-based documentation from the source | | | code. This is disabled by default because it is |