[libcxx-commits] [libcxx] [RFC][libc++] Install modules. (PR #75741)
Chuanqi Xu via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 17 08:28:24 PST 2023
ChuanqiXu9 wrote:
> > May it be a reasonable expectation that we can see `std.cppm` in the installed path after we run something like `apt install libc++-18`? I am curious since the default value of `LIBCXX_INSTALL_MODULES` is false. Then it looks like we need to teach someone else (the packagers?) to enable that explicitly.
>
> The feature is still considered experimental and typically we don't enable experimental features by default. I don't see modules stable in LLVM-18.
>
> If vendors want to ship it they have to enable it. They also need to adjust their packaging to ship the new files. I'm not sure whether Debian will put it in the `libc++` dev package or a new experimental package.
Thanks. Fine enough : )
https://github.com/llvm/llvm-project/pull/75741
More information about the libcxx-commits
mailing list