Skip to content

Commit a4ff37e

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

File tree

4 files changed

+30
-25
lines changed

4 files changed

+30
-25
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 & 4 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",
@@ -253,12 +251,10 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
253251
"fabsf",
254252
"fabs",
255253
"fminf",
256-
"fmin",
257254
"fmaxf",
258255
"fmax",
259256
"copysignf",
260257
"copysign",
261-
"floorf",
262258
"floor",
263259
"ceilf",
264260
"ceil",

0 commit comments

Comments
 (0)