Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5464809

Browse files
committed
Update to compiler-builtins 0.1.87
1 parent 29ad465 commit 5464809

File tree

4 files changed

+4
-31
lines changed

4 files changed

+4
-31
lines changed

build_sysroot/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_sysroot/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ alloc = { path = "./sysroot_src/library/alloc" }
88
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
99
test = { path = "./sysroot_src/library/test" }
1010

11-
# FIXME allow 0.1.87 and later once #1353 is fixed
12-
compiler_builtins = { version = "=0.1.86", default-features = false, features = ["no-asm"] }
11+
compiler_builtins = { version = "0.1.87", default-features = false, features = ["no-asm"] }
1312

1413
[patch.crates-io]
1514
rustc-std-workspace-core = { path = "./sysroot_src/library/rustc-std-workspace-core" }

patches/0029-sysroot-Downgrade-compiler-builtins-to-0.1.86.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ impl CodegenBackend for CraneliftCodegenBackend {
188188
}
189189

190190
fn target_features(&self, _sess: &Session, _allow_unstable: bool) -> Vec<rustc_span::Symbol> {
191-
vec![Symbol::intern("llvm14-builtins-abi")]
191+
vec![]
192192
}
193193

194194
fn print_version(&self) {

0 commit comments

Comments
 (0)