[libcxx-commits] [libcxx] [libcxx] fix includes for explicit Clang module build (PR #126474)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 12 00:19:21 PST 2025
philnik777 wrote:
> Hmm, I should take a look at why this doesn't cause ODR violation. By the way, libc++ currently doesn't have a plan to build itself with Clang modules?
No. Since we have ODR violations to keep ABI stability in a few cases I don't think it's feasible. It's also not like we'd gain that much, since the libc++ `src/` is quite small.
https://github.com/llvm/llvm-project/pull/126474
More information about the libcxx-commits
mailing list