Skip to content

Commit 815287d

Browse files
committed
Unpin compiler-builtins
1 parent 98ed962 commit 815287d

File tree

4 files changed

+30
-23
lines changed

4 files changed

+30
-23
lines changed

Cargo.lock

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

build_system/build_sysroot/Cargo.lock

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

build_system/build_sysroot/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ resolver = "2"
66

77
[dependencies]
88
core = { path = "./sysroot_src/library/core" }
9-
# TODO: after the sync, revert to using version 0.1.
10-
# compiler_builtins = "0.1"
11-
compiler_builtins = "=0.1.109"
9+
compiler_builtins = "0.1"
1210
alloc = { path = "./sysroot_src/library/alloc" }
1311
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
1412
test = { path = "./sysroot_src/library/test" }

src/context.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,7 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
241241
"expf",
242242
"exp",
243243
"exp2f",
244-
"exp2",
245244
"logf",
246-
"log",
247245
"log10f",
248246
"log10",
249247
"log2f",

0 commit comments

Comments
 (0)