Skip to content

Commit d31da1d

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

File tree

4 files changed

+30
-27
lines changed

4 files changed

+30
-27
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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,26 +239,20 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
239239
"powf",
240240
"pow",
241241
"expf",
242-
"exp",
243242
"exp2f",
244-
"exp2",
245243
"logf",
246-
"log",
247244
"log10f",
248245
"log10",
249246
"log2f",
250-
"log2",
251247
"fmaf",
252248
"fma",
253249
"fabsf",
254250
"fabs",
255251
"fminf",
256-
"fmin",
257252
"fmaxf",
258253
"fmax",
259254
"copysignf",
260255
"copysign",
261-
"floorf",
262256
"floor",
263257
"ceilf",
264258
"ceil",

0 commit comments

Comments
 (0)