Skip to content

Commit e1c09ec

Browse files
committed
fix cranelift CI
1 parent ac488a2 commit e1c09ec

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Diff for: compiler/rustc_codegen_cranelift/patches/0027-stdlib-128bit-atomic-operations.patch

-13
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,6 @@ index d9de37e..8293fce 100644
8282
#[cfg(target_has_atomic_load_store = "ptr")]
8383
macro_rules! atomic_int_ptr_sized {
8484
( $($target_pointer_width:literal $align:literal)* ) => { $(
85-
diff --git a/library/core/src/cell.rs b/library/core/src/cell.rs
86-
index 58b9ba4..91bbd0a 100644
87-
--- a/library/core/src/cell.rs
88-
+++ b/library/core/src/cell.rs
89-
@@ -2246,8 +2246,6 @@ unsafe_cell_primitive_into_inner! {
90-
u32 "32"
91-
i64 "64"
92-
u64 "64"
93-
- i128 "128"
94-
- u128 "128"
95-
isize "ptr"
96-
usize "ptr"
97-
}
9885
--
9986
2.26.2.7.g19db9cfb68
10087

0 commit comments

Comments
 (0)