[llvm] [llvm][Docs] Update supported hardware (PR #121743)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 07:19:45 PST 2025
================
@@ -239,22 +239,26 @@ OS Arch Compilers
Linux x86\ :sup:`1` GCC, Clang
Linux amd64 GCC, Clang
Linux ARM GCC, Clang
+Linux AArch64 GCC, Clang
Linux Mips GCC, Clang
Linux PowerPC GCC, Clang
Linux SystemZ GCC, Clang
Solaris V9 (Ultrasparc) GCC
DragonFlyBSD amd64 GCC, Clang
FreeBSD x86\ :sup:`1` GCC, Clang
FreeBSD amd64 GCC, Clang
+FreeBSD AArch64 GCC, Clang
NetBSD x86\ :sup:`1` GCC, Clang
NetBSD amd64 GCC, Clang
OpenBSD x86\ :sup:`1` GCC, Clang
OpenBSD amd64 GCC, Clang
macOS\ :sup:`2` PowerPC GCC
macOS x86 GCC, Clang
+macOS arm64 Clang
Cygwin/Win32 x86\ :sup:`1, 3` GCC
Windows x86\ :sup:`1` Visual Studio
----------------
DavidSpickett wrote:
I've added Clang with an explanatory note.
It is a fairly common question whether Clang is standalone on Windows. There are probably ways for some subset of use cases but not worth going into here.
https://github.com/llvm/llvm-project/pull/121743
More information about the llvm-commits
mailing list