[PATCH] D135431: Extended Documentation of LLVM_TARGETS_TO_BUILD by listing all possible values
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 01:35:12 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc3e073bcbdc5: Extended Documentation of LLVM_TARGETS_TO_BUILD by listing all possible values (authored by adeelahmad81299, committed by kristof.beyls).
Changed prior to commit:
https://reviews.llvm.org/D135431?vs=466428&id=466449#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135431/new/
https://reviews.llvm.org/D135431
Files:
llvm/docs/CMake.rst
Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -739,6 +739,8 @@
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``
**LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN**:BOOL
If enabled, the compiler version check will only warn when using a toolchain
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135431.466449.patch
Type: text/x-patch
Size: 630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221010/137608ce/attachment.bin>
More information about the llvm-commits
mailing list