1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[Docs] Updated LLVM_TARGETS_TO_BUILD section in GettingStarted.rst

Updated LLVM_TARGETS_TO_BUILD  under https://llvm.org/docs/GettingStarted.html#local-llvm-configuration.

Differential Revision: https://reviews.llvm.org/D101101
This commit is contained in:
Pooja Yadav 2021-04-24 00:19:53 +05:30 committed by xgupta
parent cbb480a8eb
commit b7bdf617bd

View File

@ -600,9 +600,9 @@ used by people developing LLVM.
| | The default list is defined as |
| | ``LLVM_ALL_TARGETS``, and can be set to include |
| | out-of-tree targets. The default value includes: |
| | ``AArch64, AMDGPU, ARM, BPF, Hexagon, Mips, |
| | MSP430, NVPTX, PowerPC, Sparc, SystemZ, X86, |
| | XCore``. |
| | ``AArch64, AMDGPU, ARM, AVR, BPF, Hexagon, Lanai, |
| | Mips, MSP430, NVPTX, PowerPC, RISCV, Sparc, |
| | SystemZ, WebAssembly, X86, XCore``. |
| | |
+-------------------------+----------------------------------------------------+
| LLVM_ENABLE_DOXYGEN | Build doxygen-based documentation from the source |