[llvm] da3182a - [LLVM][docs] Update full list of options for LLVM_TARGETS_TO_BUILD (#153299)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 12 14:48:32 PDT 2025
Author: Nick Sarnie
Date: 2025-08-12T21:48:29Z
New Revision: da3182a288bb25184594e9f2642f15fa42768f42
URL: https://github.com/llvm/llvm-project/commit/da3182a288bb25184594e9f2642f15fa42768f42
DIFF: https://github.com/llvm/llvm-project/commit/da3182a288bb25184594e9f2642f15fa42768f42.diff
LOG: [LLVM][docs] Update full list of options for LLVM_TARGETS_TO_BUILD (#153299)
We added `SPIRV` as a non-experimental backend in
https://github.com/llvm/llvm-project/commit/cda81b1ec96e26cb7e47acc5656fe219383ffbc5.
Signed-off-by: Sarnie, Nick <nick.sarnie at intel.com>
Added:
Modified:
llvm/docs/CMake.rst
Removed:
################################################################################
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index dc942fa7d100b..30b71bffaf76f 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -850,8 +850,8 @@ its enabled sub-projects. Nearly all of these variable names begin with
Semicolon-separated list of targets to build, or *all* for building all
targets. Case-sensitive. Defaults to *all*. Example:
``-DLLVM_TARGETS_TO_BUILD="X86;PowerPC"``.
- The full list, as of March 2023, is:
- ``AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;LoongArch;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SystemZ;VE;WebAssembly;X86;XCore``
+ The full list, as of August 2025, is:
+ ``AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;LoongArch;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SPIRV;SystemZ;VE;WebAssembly;X86;XCore``
You can also specify ``host`` or ``Native`` to automatically detect and
include the target corresponding to the host machine's architecture, or
More information about the llvm-commits
mailing list