[llvm] 0de988c - [docs] Update LLVM_TARGETS_TO_BUILD list
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 19:23:19 PDT 2023
Author: Fangrui Song
Date: 2023-03-30T19:23:14-07:00
New Revision: 0de988c98c27d2d020dcee2c4dabc52e52fda382
URL: https://github.com/llvm/llvm-project/commit/0de988c98c27d2d020dcee2c4dabc52e52fda382
DIFF: https://github.com/llvm/llvm-project/commit/0de988c98c27d2d020dcee2c4dabc52e52fda382.diff
LOG: [docs] Update LLVM_TARGETS_TO_BUILD list
Added:
Modified:
llvm/docs/CMake.rst
Removed:
################################################################################
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 8b17d4c4406a..6eb90c46c52e 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -743,8 +743,8 @@ 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 October 2022, is:
- ``AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SystemZ;VE;WebAssembly;X86;XCore``
+ 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``
**LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN**:BOOL
If enabled, the compiler version check will only warn when using a toolchain
More information about the llvm-commits
mailing list