-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update FreeBSD toolchain to 12.3 #97944
Conversation
cc @asomers |
This supersedes #89083 , right? |
Yeah, this is the same change with updated version/path. I'm hoping we can drop our FreeBSD patches when rebasing to LLVM 14.0.5. |
Yes, but that's in the libc repo, and there's a separate issue for it. rust-lang/libc#2406 . |
@bors r+ rollup=iffy |
📌 Commit 13b4000 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (6c9be6e): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Rebase LLVM submodule This is a rebase of our LLVM fork onto LLVM 14.0.5, which is intended to be the last release of the 14.x series. Additionally: * I've dropped three patches that were needed to build on FreeBSD 11, which is no longer necessary after rust-lang#97944. * I've dropped some cherry-picks that were later reverted. * I've cherry-picked llvm/llvm-project@caa2a82 for rust-lang#96797 (fyi `@Amanieu)`
Update the FreeBSD toolchain to 12.3. FreeBSD 11 is EOL since September 30, 2021.
I've locally verified that the
dist-x86_64-freebsd
docker image builds successfully.r? @Mark-Simulacrum