C++ Logo

sg15

Advanced search

Re: [Modules] [P3057] Two finer-grained compilation models for named modules

From: René Ferdinand Rivera Morell <grafikrobot_at_[hidden]>
Date: Mon, 27 Nov 2023 21:15:45 -0600
On Mon, Nov 27, 2023 at 8:56 PM Chuanqi Xu via SG15
<sg15_at_[hidden]> wrote:
>
> Hi Boris,
>
> > I think
> if this is merged into Clang and doesn't require a separate tool for
> querying (clang-named-modules-querier), I can try to support it in build2.
>
> Out of curiosity, when a separate tool is harder for build system to support? I chose separate tools to support this since I feel it reduces the complexity of the compiler and not harder for build systems. e.g., I feel like the build systems don't pay a lot to use the clang-scan-deps tool.

One issue with additional external tools is the need to do discovery
on them. As opposed to using the compiler driver which we already have
some form of configuration.


-- 
-- René Ferdinand Rivera Morell
-- Don't Assume Anything  -- No Supone Nada
-- Robot Dreams - http://robot-dreams.net

Received on 2023-11-28 03:16:00