about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-07-22 16:44:02 +0800
committerGitHub <noreply@github.com>2024-07-22 16:44:02 +0800
commitf85d741d6f5456c7e560b04c328f8acafe995bde (patch)
tree8dcb94965514b554dab592fa8c7e7fe3fbe69f83
parent0c9ba0101164f95ecd0590167ff8878a6445ca03 (diff)
parentc9b0075563bc43181469ec34a60f5f05b31a2d2c (diff)
downloadrust-f85d741d6f5456c7e560b04c328f8acafe995bde.tar.gz
rust-f85d741d6f5456c7e560b04c328f8acafe995bde.zip
Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum
Distribute rustc_codegen_cranelift for arm64 macOS

Support for arm64 macOS has been added to rustc_codegen_cranelift recently.

Fixes https://github.com/rust-lang/rustc_codegen_cranelift/issues/1502
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index eb21e027dd0..3b3c86a1bd1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -70,7 +70,7 @@ For more docs on how to build and test see [build_system/usage.txt](build_system
 |FreeBSD|✅[^no-rustup]|❓|❓|❓|
 |AIX|❌[^xcoff]|N/A|N/A|❌[^xcoff]|
 |Other unixes|❓|❓|❓|❓|
-|macOS|✅|✅[^no-rustup]|N/A|N/A|
+|macOS|✅|✅|N/A|N/A|
 |Windows|✅[^no-rustup]|❌|N/A|N/A|
 
 ✅: Fully supported and tested