[libcxx-commits] [libcxx] [libcxx] Export the formatter_integral for module build. (PR #131778)
Haojian Wu via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 28 01:31:47 PDT 2025
hokein wrote:
> > Not sure why, but original link failure somehow disappeared in chromium. So feel free to close this. Thanks.
>
> There seems to be an underlying compiler bug that we haven't yet addressed that keeps evading us. (Getting a minimal reproducer is really hard with modules). I'm definitely supportive of closing this, just wanted to call out that the bug might show up again after some code change, keep an eye for it..
+1, I believe this bug is still not fixed. We got lucky that unrelated changes have made it "sleep" again. I'm closing it for now.
We know the reasons for #120108, fixing it properly will take **some** work -- the light-weight fix doesn't work since it breaks much existing code.
https://github.com/llvm/llvm-project/pull/131778
More information about the libcxx-commits
mailing list