[llvm] [llvm][docs] Update list of working Linux host platforms (PR #149503)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 18 05:05:19 PDT 2025


https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/149503

RISC-V and LoongArch to my knowledge are quite well supported.

>From 5ab8949bb4397e2839685f10576be68fff376f65 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 18 Jul 2025 12:03:57 +0000
Subject: [PATCH] [llvm][docs] Update list of working Linux host platforms

RISC-V and LoongArch to my knowledge are quite well supported.
---
 llvm/docs/GettingStarted.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 372fd403ef65d..63fef2dd540ac 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -240,8 +240,10 @@ Linux              x86\ :sup:`1`         GCC, Clang
 Linux              amd64                 GCC, Clang
 Linux              ARM                   GCC, Clang
 Linux              AArch64               GCC, Clang
+Linux              LoongArch             GCC, Clang
 Linux              Mips                  GCC, Clang
 Linux              PowerPC               GCC, Clang
+Linux              RISC-V                GCC, Clang
 Linux              SystemZ               GCC, Clang
 Solaris            V9 (Ultrasparc)       GCC
 DragonFlyBSD       amd64                 GCC, Clang



More information about the llvm-commits mailing list