File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -847,6 +847,12 @@ enabled sub-projects. Nearly all of these variable names begin with
847
847
The full list, as of March 2023, is:
848
848
``AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;LoongArch;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SystemZ;VE;WebAssembly;X86;XCore ``
849
849
850
+ You can also specify ``host `` or ``Native `` to automatically detect and
851
+ include the target corresponding to the host machine's architecture, or
852
+ use ``all `` to include all available targets.
853
+ For example, on an x86_64 machine, specifying ``-DLLVM_TARGETS_TO_BUILD=host ``
854
+ will include the ``X86 `` target.
855
+
850
856
**LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN **:BOOL
851
857
If enabled, the compiler version check will only warn when using a toolchain
852
858
which is about to be deprecated, instead of emitting an error.
You can’t perform that action at this time.
0 commit comments