[PATCH] D145413: [docs] Update README and GettingStarted

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 13:11:18 PST 2023


MaskRay added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:606
 |                         | Mips, MSP430, NVPTX, PowerPC, RISCV, Sparc,        |
-|                         | SystemZ, WebAssembly, X86, XCore``.                |
-|                         |                                                    |
+|                         | SystemZ, WebAssembly, X86, XCore``. Pruning this   |
+|                         | list to only include the host architecture (e.g.   |
----------------
`LLVM_TARGETS_TO_BUILD=host` is supported and seems preferred to include just the host architecture.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145413



More information about the llvm-commits mailing list