Skip to content

Commit 1c09315

Browse files
committed
Auto merge of #44921 - est31:master, r=alexcrichton
Update the libcompiler_builtins submodule Pulls in the latest changes from libcompiler_builtins. It should work, but it would be best if this wouldn't get put into a rollup so that bisecting is possible if there is a regression. r? @alexcrichton
2 parents afe9320 + 4114d68 commit 1c09315

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Diff for: src/Cargo.lock

+1-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/libcompiler_builtins

Diff for: src/rustc/compiler_builtins_shim/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
core = { path = "../../libcore" }
1616

1717
[build-dependencies]
18-
gcc = "0.3"
18+
cc = "1.0"
1919

2020
[features]
2121
c = []

0 commit comments

Comments
 (0)