We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fa498 commit 5d47ea8Copy full SHA for 5d47ea8
llvm/docs/CMake.rst
@@ -615,11 +615,11 @@ enabled sub-projects. Nearly all of these variable names begin with
615
.. note::
616
The list should not have duplicates with ``LLVM_ENABLE_PROJECTS``.
617
618
- The full list is:
619
-
620
- ``libc;libunwind;libcxxabi;libcxx;compiler-rt;openmp;llvm-libgcc;offload``
+ To list all possible runtimes, include an invalid name. For example
+ ``-DLLVM_ENABLE_RUNTIMES=notaruntime``. The resulting CMake error will list
+ the possible runtime names.
621
622
- To enable all of them, use:
+ To enable all of the runtimes, use:
623
624
``LLVM_ENABLE_RUNTIMES=all``
625
0 commit comments