Skip to content

Commit c5380cd

Browse files
committed
[llvm][Docs] Update supported hardware
Add a few known platforms: * Linux AArch64 * FreeBSD AArch64 * macOS arm64 (Clang build only, there might be a GCC port but I've not used it myself) * Windows on Arm (ARM64 as Microsoft refers to it) (you could say this builds with Clang too, but you need a Visual Studio install as well, so I don't want to compilicate things by mentioning Clang here)
1 parent 8e1b49c commit c5380cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/docs/GettingStarted.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,22 +239,26 @@ OS Arch Compilers
239239
Linux x86\ :sup:`1` GCC, Clang
240240
Linux amd64 GCC, Clang
241241
Linux ARM GCC, Clang
242+
Linux AArch64 GCC, Clang
242243
Linux Mips GCC, Clang
243244
Linux PowerPC GCC, Clang
244245
Linux SystemZ GCC, Clang
245246
Solaris V9 (Ultrasparc) GCC
246247
DragonFlyBSD amd64 GCC, Clang
247248
FreeBSD x86\ :sup:`1` GCC, Clang
248249
FreeBSD amd64 GCC, Clang
250+
FreeBSD AArch64 GCC, Clang
249251
NetBSD x86\ :sup:`1` GCC, Clang
250252
NetBSD amd64 GCC, Clang
251253
OpenBSD x86\ :sup:`1` GCC, Clang
252254
OpenBSD amd64 GCC, Clang
253255
macOS\ :sup:`2` PowerPC GCC
254256
macOS x86 GCC, Clang
257+
macOS arm64 Clang
255258
Cygwin/Win32 x86\ :sup:`1, 3` GCC
256259
Windows x86\ :sup:`1` Visual Studio
257260
Windows x64 x86-64 Visual Studio
261+
Windows on Arm ARM64 Visual Studio
258262
================== ===================== =============
259263

260264
.. note::

0 commit comments

Comments
 (0)