Skip to content

Commit da3182a

Browse files
authored
[LLVM][docs] Update full list of options for LLVM_TARGETS_TO_BUILD (#153299)
We added `SPIRV` as a non-experimental backend in cda81b1. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 1ca8ad2 commit da3182a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/CMake.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,8 +850,8 @@ its enabled sub-projects. Nearly all of these variable names begin with
850850
Semicolon-separated list of targets to build, or *all* for building all
851851
targets. Case-sensitive. Defaults to *all*. Example:
852852
``-DLLVM_TARGETS_TO_BUILD="X86;PowerPC"``.
853-
The full list, as of March 2023, is:
854-
``AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;LoongArch;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SystemZ;VE;WebAssembly;X86;XCore``
853+
The full list, as of August 2025, is:
854+
``AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;LoongArch;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SPIRV;SystemZ;VE;WebAssembly;X86;XCore``
855855

856856
You can also specify ``host`` or ``Native`` to automatically detect and
857857
include the target corresponding to the host machine's architecture, or

0 commit comments

Comments
 (0)