[PATCH] lto: Fix missing cleanup with incremental LTO.

2025-03-15 Thread Michal Jires
Incremental LTO disabled cleanup of output_files since they have to persist in ltrans cache. This unintetionally also kept temporary early debug "*.debug.temp.o" files. Bootstrapped/regtested on x86_64-linux. Ok for trunk? lto-plugin/ChangeLog: * lto-plugin.c (cleanup_handler): Keep only

Re: [PATCH] lto: Fix missing cleanup with incremental LTO.

2025-03-06 Thread Michal Jireš
On 3/6/25 9:49 AM, Richard Biener wrote: On Thu, 6 Mar 2025, Michal Jires wrote: Incremental LTO disabled cleanup of output_files since they have to persist in ltrans cache. This unintetionally also kept temporary early debug "*.debug.temp.o" files. Bootstrapped/regtested on x86_64-linux. Ok f

Re: [PATCH] lto: Fix missing cleanup with incremental LTO.

2025-03-06 Thread Richard Biener
On Thu, 6 Mar 2025, Michal Jires wrote: > Incremental LTO disabled cleanup of output_files since they have to > persist in ltrans cache. > This unintetionally also kept temporary early debug "*.debug.temp.o" > files. > > Bootstrapped/regtested on x86_64-linux. > Ok for trunk? So are the early de