Re: [PATCH 3/7 v2] Lockfile.

2024-06-20 Thread Richard Biener
On Thu, 20 Jun 2024, Michal Jires wrote: > This version differs by using INCLUDE_STRING instead of . > (+whitespace and year) OK (though I'm not happy to see more std::string use) Richard. > ___ > > This patch implements lockfile used for incremental LTO. > > Bootstrapped/regtested on x86_64-

[PATCH 3/7 v2] Lockfile.

2024-06-20 Thread Michal Jires
This version differs by using INCLUDE_STRING instead of . (+whitespace and year) ___ This patch implements lockfile used for incremental LTO. Bootstrapped/regtested on x86_64-pc-linux-gnu gcc/ChangeLog: * Makefile.in: Add lockfile.o. * lockfile.cc: New file. * lockfile.