about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-09 16:09:06 +0000
committerbors <bors@rust-lang.org>2024-09-09 16:09:06 +0000
commitcf7c0554f139b2e5db330898310ffe2c415e8ddc (patch)
treefee3641b506b31d7f45ff71566ea2a0e656b9d62
parent0fba9b4dbb902617fee1e34bc2536c30c1c54e0e (diff)
parent060811a6028e7889762ef2140c228df899f0e90e (diff)
downloadrust-cf7c0554f139b2e5db330898310ffe2c415e8ddc.tar.gz
rust-cf7c0554f139b2e5db330898310ffe2c415e8ddc.zip
Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68
Distribute rustc_codegen_cranelift for Windows

With support for raw-dylib recently added to cg_clif, and inline assembly support working on Windows for quite a while now, all blockers for distributing cg_clif on Windows that I mentioned in https://github.com/rust-lang/rust/pull/81746#issuecomment-1774099637 are fixed now.
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 6766e2f844d..18a840f8a50 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
 |AIX|❌[^xcoff]|N/A|N/A|❌[^xcoff]|
 |Other unixes|❓|❓|❓|❓|
 |macOS|✅|✅|N/A|N/A|
-|Windows|✅[^no-rustup]|❌|N/A|N/A|
+|Windows|✅|❌|N/A|N/A|
 
 ✅: Fully supported and tested
 ❓: Maybe supported, not tested