[libcxx-commits] [libcxx] Commit mostly working single wrapped module map (PR #87402)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 14:49:46 PDT 2024
ldionne wrote:
@vgvassilev We're on the same page. We also want to see a sane modulemap with as few top-level modules as possible. However, the approach I am suggesting to get there is to gradually modularize libc++ the way it should always have evolved, that is by following the directory structure of the library and making sure that said directory structure is module friendly. As opposed to taking the modulemap soup we currently have and putting it under an umbrella.
We also have reasons to want to improve this situation beyond simple code cleanup, and I plan to work on improving that situation after the LLVM 19 branch has been created.
https://github.com/llvm/llvm-project/pull/87402
More information about the libcxx-commits
mailing list