Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d29f661

Browse files
committedOct 26, 2024·
Update cg_clif patch for 128bits integers
1 parent 62f8ac3 commit d29f661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎compiler/rustc_codegen_cranelift/patches/0027-stdlib-128bit-atomic-operations.patch

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ index d9de37e..8293fce 100644
5555
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
5656
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
5757
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicI128"),
58+
- cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
5859
- "i128",
5960
- "#![feature(integer_atomics)]\n\n",
6061
- atomic_min, atomic_max,
@@ -74,6 +75,7 @@ index d9de37e..8293fce 100644
7475
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
7576
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
7677
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicU128"),
78+
- cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
7779
- "u128",
7880
- "#![feature(integer_atomics)]\n\n",
7981
- atomic_umin, atomic_umax,

0 commit comments

Comments
 (0)
Please sign in to comment.