C++ Logo

sg15

Advanced search

Re: P2581R0: Specifying the Interoperability of Binary Module Interface Files

From: Daniel Ruoso <daniel_at_[hidden]>
Date: Tue, 3 May 2022 21:14:54 -0400
Em ter., 3 de mai. de 2022 às 21:11, Gabriel Dos Reis
<gdr_at_[hidden]> escreveu:
> I would love a concrete example to help me walk through why an implicit
> output is not being asked for in the case of internal partition.

CMake is doing the pre-scanning and building a complete plan of
everything that needs to be produced, and then all the file names are
controlled by the build system, those edges are all part of the ninja
dependency graph. In fact, that is a requirement for coherent
incremental builds in the implementation being worked on in CMake
land.

I'll defer to Ben for an example, I know it exists, but I don't have a
link handy.

daniel

Received on 2022-05-04 01:15:06