Skip to content

Remove temporary lto files from dependency-file#1422

Merged
rui314 merged 2 commits intorui314:mainfrom
LarsGullik:lto-dep-file
Mar 3, 2025
Merged

Remove temporary lto files from dependency-file#1422
rui314 merged 2 commits intorui314:mainfrom
LarsGullik:lto-dep-file

Conversation

@LarsGullik
Copy link

Mark lto temporary files to not be a dependency

Removes the temporary file created by the compiler
from the dependency list created with --dependency-file.

Without this build systems will never report "Nothing to do",
but always do a re-link of the final object.

Lars Gullik Bjønnes added 2 commits March 3, 2025 00:39
There should not be any temporary files listed
as dependencies.
Removes the temporary file created by the compiler
from the dependency list created with --dependency-file.

Without this build systems will never report "Nothing to do",
but always do a re-link of the final object.
@LarsGullik LarsGullik changed the title Remove temporary files from dependency-file Remove temporary lto files from dependency-file Mar 3, 2025
@rui314 rui314 merged commit 716fb9c into rui314:main Mar 3, 2025
10 of 15 checks passed
@rui314
Copy link
Owner

rui314 commented Mar 3, 2025

Thanks!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants