From 0764c8af7631483fbfd2641ba58f450f00059588 Mon Sep 17 00:00:00 2001 From: Pooja Yadav Date: Sat, 24 Apr 2021 00:19:53 +0530 Subject: [PATCH] [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 --- llvm/docs/GettingStarted.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 4808929..819b09b 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -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 | -- 2.7.4