-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Add a leading dash to linker plugin arguments in the gcc codegen #147127
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 occurred in compiler/rustc_codegen_ssa Some changes occurred in compiler/rustc_codegen_gcc Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
I am unable to test that this actually works since a get a segfault in GCC that I have a hard time reproducing when not running cargo, so I'm not sure how to debug. I suggest anyway that we start with this: maybe I'll be able to get further on the cg_gcc side. |
4535bde
to
5aa7fb7
Compare
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 the suggestions applied
5aa7fb7
to
7fcbc5e
Compare
@bors r+ |
…orn3 Add a leading dash to linker plugin arguments in the gcc codegen Fix rust-lang#130583 r? `@bjorn3`
Rollup of 6 pull requests Successful merges: - #133477 (Detect tuple structs that are unconstructable due to re-export) - #140916 (Fix unuseful span in type error in some format_args!() invocations) - #146979 (constify Default on Nanoseconds) - #147090 (Skip stack overflow handler for panic=immediate-abort) - #147092 (Do not compute optimized MIR if code does not type-check.) - #147127 (Add a leading dash to linker plugin arguments in the gcc codegen) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 7 pull requests Successful merges: - #133477 (Detect tuple structs that are unconstructable due to re-export) - #146929 (compiletest: Remove old-output-capture and become a stage0 bootstrap tool) - #146979 (constify Default on Nanoseconds) - #147092 (Do not compute optimized MIR if code does not type-check.) - #147112 (all 48 keywords in just 300 characters) - #147122 (Fix some crash-test directives) - #147127 (Add a leading dash to linker plugin arguments in the gcc codegen) r? `@ghost` `@rustbot` modify labels: rollup
Relevant upstream PRs: - rust-lang/rust#147127 (Add a leading dash to linker plugin arguments in the gcc codegen) Resolves: model-checking#4387
Relevant upstream PRs: - rust-lang/rust#147127 (Add a leading dash to linker plugin arguments in the gcc codegen) Resolves: model-checking#4387
Relevant upstream PRs: - rust-lang/rust#147127 (Add a leading dash to linker plugin arguments in the gcc codegen) Resolves: #4387 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
Fix #130583
r? @bjorn3