Skip to content

Commit 1d2c5c8

Browse files
committed
bump builtins again
1 parent 750d18f commit 1d2c5c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compiler/rustc_codegen_cranelift/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ index 7165c3e48af..968552ad435 100644
1616

1717
[dependencies]
1818
core = { path = "../core", public = true }
19-
-compiler_builtins = { version = "=0.1.148", features = ['rustc-dep-of-std'] }
20-
+compiler_builtins = { version = "=0.1.148", features = ['rustc-dep-of-std', 'no-f16-f128'] }
19+
-compiler_builtins = { version = "0.1.148", features = ['rustc-dep-of-std'] }
20+
+compiler_builtins = { version = "0.1.148", features = ['rustc-dep-of-std', 'no-f16-f128'] }
2121

2222
[dev-dependencies]
2323
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }

library/Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies = [
6262
[[package]]
6363
name = "compiler_builtins"
6464
version = "0.1.999"
65-
source = "git+https://github.com/tgross35/compiler-builtins.git?branch=s390x-f16#8717dbc2ca1bde33a02a5ce046c0a11deec154fd"
65+
source = "git+https://github.com/tgross35/compiler-builtins.git?branch=s390x-f16#90233c444c94a6ba16a711727968d9c9d7acc6f9"
6666
dependencies = [
6767
"cc",
6868
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)