[libcxx-commits] [PATCH] D156907: [libc++][modules] Removes the module partitions.
Chuanqi Xu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 3 19:47:25 PDT 2023
ChuanqiXu added a comment.
Oh, wait a minute. I just realized that we didn't ship module files, right? So that the users who get libc++ by things like `apt/yum install` wouldn't see the std module. Then the people who can access the std module must be the people who are able to compile it from source. If all of these things are true, it is indeed not necessary to backport this since nearly no release users will get benefits from it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156907/new/
https://reviews.llvm.org/D156907
More information about the libcxx-commits
mailing list