Re: git: d3c06bed2c16 - main - clang: install clang-scan-deps (enable generation of std*.cppm and such too?)

From: Lexi Winter <ivy_at_freebsd.org>
Date: Mon, 07 Jul 2025 14:29:06 UTC
Mark Millard:
> Lexi Winter <ivy_at_FreeBSD.org> wrote on
> > clang: install clang-scan-deps
 
> Would it be reasonable to also enable generation/installation of,
> 
> /usr/lib/libc++.module.json (a guess about where it goes)
> 
> /usr/include/c++/v1/std.cppm
> /usr/include/c++/v1/v1/std.compat.cppm

i am not familiar with libc++.module.json, but yes, i was intending to
look at whether we can ship std.cppm and related files for import std.

are you aware of any build system which is capable of consuming these,
for testing?  i believe, at least the last time i looked, CMake did not
have support for this.