Auto merge of #148298 - jieyouxu:revert-cc, r=madsmtm
Revert "Auto merge of #146186 - dpaoliello:cc, r=jieyouxu" This reverts https://github.com/rust-lang/rust/pull/146186. This will mean regressing whichever `cc` fixes were needed for > fixes when compiling the Rust compiler for Arm64EC. It's not clear which `cc` change causes the across-the-board perf regression, I suspect it's a change in how certain compiler flags are handed. But I can immediately tell this is a rabbit hole to investigate, so let's revert for now to return-to-baseline and alleviate time pressure.
This commit is contained in:
@@ -11,7 +11,7 @@ libc = "0.2.73"
|
||||
[build-dependencies]
|
||||
# tidy-alphabetical-start
|
||||
# `cc` updates often break things, so we pin it here.
|
||||
cc = "=1.2.39"
|
||||
cc = "=1.2.16"
|
||||
# tidy-alphabetical-end
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user