Skip to content

flag '-l link-arg=___ was added - #99467

Merged
bors merged 1 commit into
rust-lang:masterfrom
belovdv:add_option_link_arg
Jul 29, 2022
Merged

flag '-l link-arg=___ was added#99467
bors merged 1 commit into
rust-lang:masterfrom
belovdv:add_option_link_arg

Conversation

@belovdv

Copy link
Copy Markdown
Contributor

@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jul 19, 2022
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @oli-obk (or someone else) soon.

Please see the contribution instructions for more information.

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 19, 2022
@oli-obk

Copy link
Copy Markdown
Contributor

r? @petrochenkov

Comment threadcompiler/rustc_codegen_ssa/src/back/link.rs
Comment threadsrc/test/run-make/pass-linker-flags/Makefile Outdated
Comment threadsrc/test/run-make/pass-linker-flags/Makefile Outdated
Comment threadsrc/test/run-make/pass-linker-flags-upwork/Makefile Outdated
Comment threadsrc/test/run-make/pass-linker-flags-upwork/Makefile Outdated
Comment threadcompiler/rustc_codegen_ssa/src/back/link.rs Outdated
Comment threadcompiler/rustc_codegen_ssa/src/back/link.rs Outdated
@petrochenkovpetrochenkov added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 19, 2022
@belovdv
belovdvforce-pushed the add_option_link_arg branch from 6e44cc1 to 44defb5CompareJuly 20, 2022 12:42
Comment threadcompiler/rustc_metadata/src/native_libs.rs Outdated
Comment threadcompiler/rustc_codegen_ssa/src/back/link.rs Outdated
Comment threadcompiler/rustc_session/src/config.rs Outdated
@belovdv
belovdvforce-pushed the add_option_link_arg branch from 44defb5 to 83e9b5aCompareJuly 20, 2022 15:17
Comment threadcompiler/rustc_session/src/config.rs Outdated
@petrochenkov

Copy link
Copy Markdown
Contributor

Could you also squash commits into one after addressing the remaining comments?

@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jul 21, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit f4816de has been approved by petrochenkov

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jul 21, 2022
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Jul 23, 2022
@GuillaumeGomez

Copy link
Copy Markdown
Member

I think this is the one which failed in #99649.

@bors r-

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 23, 2022
@rustbotrustbot added the T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. label Jul 25, 2022
arbitrary link argument like -C link-arg, but respecting relative order to other `-l` options, unstable
@belovdv
belovdvforce-pushed the add_option_link_arg branch from 12d09c9 to 7d4a98eCompareJuly 26, 2022 11:03
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jul 26, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 7d4a98e has been approved by petrochenkov

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jul 26, 2022
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Jul 27, 2022
@Dylan-DPC

Copy link
Copy Markdown
Member

@bors p=1 (been in the queue for a few days now)

@bors

bors commented Jul 29, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 7d4a98e with merge 5dda74a...

@bors

bors commented Jul 29, 2022

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: petrochenkov
Pushing 5dda74a to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jul 29, 2022
@bors
bors merged commit 5dda74a into rust-lang:masterJul 29, 2022
@rustbotrustbot added this to the 1.64.0 milestone Jul 29, 2022
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (5dda74a): comparison url.

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results
  • Primary benchmarks: mixed results
  • Secondary benchmarks: 😿 relevant regressions found
mean1maxcount2
Regressions 😿
(primary)
3.3%3.3%1
Regressions 😿
(secondary)
2.7%2.9%2
Improvements 🎉
(primary)
-1.7%-2.4%2
Improvements 🎉
(secondary)
N/AN/A0
All 😿🎉 (primary)-0.0%3.3%3

Cycles

Results
  • Primary benchmarks: 🎉 relevant improvement found
  • Secondary benchmarks: 😿 relevant regression found
mean1maxcount2
Regressions 😿
(primary)
N/AN/A0
Regressions 😿
(secondary)
4.4%4.4%1
Improvements 🎉
(primary)
-2.1%-2.1%1
Improvements 🎉
(secondary)
N/AN/A0
All 😿🎉 (primary)-2.1%-2.1%1

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

Footnotes

  1. the arithmetic mean of the percent change2

  2. number of relevant changes2

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@belovdv@rust-highfive@oli-obk@petrochenkov@bors@GuillaumeGomez@Dylan-DPC@rust-timer@rustbot