Skip to content

Commit

Permalink
Unpin compiler-builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Jul 24, 2024
1 parent 98ed962 commit 81ccc02
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 24 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 23 additions & 14 deletions build_system/build_sysroot/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions build_system/build_sysroot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ resolver = "2"

[dependencies]
core = { path = "./sysroot_src/library/core" }
# TODO: after the sync, revert to using version 0.1.
# compiler_builtins = "0.1"
compiler_builtins = "=0.1.109"
compiler_builtins = "0.1"
alloc = { path = "./sysroot_src/library/alloc" }
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
test = { path = "./sysroot_src/library/test" }
Expand Down
3 changes: 0 additions & 3 deletions src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,7 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
"expf",
"exp",
"exp2f",
"exp2",
"logf",
"log",
"log10f",
"log10",
"log2f",
Expand All @@ -258,7 +256,6 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
"fmax",
"copysignf",
"copysign",
"floorf",
"floor",
"ceilf",
"ceil",
Expand Down

0 comments on commit 81ccc02

Please sign in to comment.