Skip to content

[llvm][docs] Update the project and runtimes lists #109788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions llvm/docs/CMake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,12 @@ enabled sub-projects. Nearly all of these variable names begin with

The full list is:

``clang;clang-tools-extra;cross-project-tests;libc;libclc;lld;lldb;openmp;polly;pstl``
``bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;lld;lldb;mlir;openmp;polly;pstl``

.. note::
Some projects listed here can also go in ``LLVM_ENABLE_RUNTIMES``. They
should only appear in one of the two lists. If a project is a valid possiblity
for both, prefer putting it in ``LLVM_ENABLE_RUNTIMES``.

**LLVM_ENABLE_RTTI**:BOOL
Build LLVM with run-time type information. Defaults to OFF.
Expand All @@ -594,7 +599,7 @@ enabled sub-projects. Nearly all of these variable names begin with

The full list is:

``compiler-rt;libc;libcxx;libcxxabi;libunwind;openmp``
``libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;openmp;llvm-libgcc;offload``

To enable all of them, use:

Expand Down
Loading