[PATCH] D101101: [Docs] Updated LLVM_TARGETS_TO_BUILD section
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 12:39:14 PDT 2021
pooja2299 created this revision.
pooja2299 added a reviewer: xgupta.
Herald added subscribers: s.egerton, simoncook, fedor.sergeev, dschuff.
pooja2299 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
Updated LLVM_TARGETS_TO_BUILD under https://llvm.org/docs/GettingStarted.html#local-llvm-configuration.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101101
Files:
llvm/docs/GettingStarted.rst
patch2.patch
Index: patch2.patch
===================================================================
--- patch2.patch
+++ patch2.patch
@@ -1,13 +0,0 @@
-diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
-index 0ef9715f95d3..2609681dd19f 100644
---- a/llvm/docs/GettingStarted.rst
-+++ b/llvm/docs/GettingStarted.rst
-@@ -602,7 +602,7 @@ used by people developing LLVM.
- | | out-of-tree targets. The default value includes: |
- | | ``AArch64, AMDGPU, ARM, BPF, Hexagon, Mips, |
- | | MSP430, NVPTX, PowerPC, Sparc, SystemZ, X86, |
--| | XCore``. |
-+| | XCore, AVR, Lanai, RISCV, WebAssembly``. |
- | | |
- +-------------------------+----------------------------------------------------+
- | LLVM_ENABLE_DOXYGEN | Build doxygen-based documentation from the source |
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, AVR, Lanai, RISCV, WebAssembly``. |
+| | ``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.339758.patch
Type: text/x-patch
Size: 2217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210422/37d308f9/attachment.bin>
More information about the llvm-commits
mailing list