[PATCH] D101101: [Docs] Updated LLVM_TARGETS_TO_BUILD section

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 12:02:35 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0764c8af7631: [Docs] Updated LLVM_TARGETS_TO_BUILD section in GettingStarted.rst (authored by pooja2299, committed by xgupta).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101101/new/

https://reviews.llvm.org/D101101

Files:
  llvm/docs/GettingStarted.rst


Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -600,9 +600,9 @@
 |                         | 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  |


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101101.340132.patch
Type: text/x-patch
Size: 1174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210423/05d620f6/attachment.bin>


More information about the llvm-commits mailing list