-
Notifications
You must be signed in to change notification settings - Fork 13.3k
cleanup: remove unused ability to have LLVM null-terminate const strings #94638
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
Conversation
Some changes occured to rustc_codegen_gcc cc @antoyo |
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me with nit fixed and commits squashed.
fc6b4c2
to
e1a4bf6
Compare
@bors r=nagisa |
📌 Commit e1a4bf6 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (3d1eaf4): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
cleanup: remove unused ability to have LLVM null-terminate const strings (and the copied function in rustc_codegen_gcc) Noticed this while writing rust-lang#94450 (comment). r? `@nagisa`
(and the copied function in rustc_codegen_gcc)
Noticed this while writing #94450 (comment).
r? @nagisa