Open
Conversation
Clippy subtree update r? @Manishearth 1 week late, due to vacation and some technical issues.
…update_cg_gcc_2026-02-14
It was just a dummy implementation to workarround the fact that thin local lto is the default in rustc. By adding a thin_lto_supported thin local lto can be automatically disabled for cg_gcc, removing the need for this dummy implementation. This makes improvements to the LTO handling on the cg_ssa side a lot easier.
This allows us to get rid of box_new entirely
antoyo
commented
Feb 25, 2026
| @@ -0,0 +1,38 @@ | |||
| // Compiler: | |||
Contributor
Author
There was a problem hiding this comment.
@GuillaumeGomez: I'm not sure why these files are added here.
Should I just remove them?
Member
There was a problem hiding this comment.
Normally it comes from #846, but I don't see my commits in the history, strange.
Contributor
Author
|
@bjorn3: It seems like the removal of ThinLTO broke some tests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.