[libcxx-commits] [libcxx] [libc++] Fix iostream size ABI break (PR #185839)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 11 08:30:19 PDT 2026
philnik777 wrote:
> In the code comment (_add a comment explaining why we're doing things in this exact way_) we ought to note non-PIE binaries and ELF copy relocations
I'm not convinced that's helpful. I went for simply saying that the objects need to keep the same size. If someone wants to understand why they can come back here and read the technical reason. That's not something to throw at the average libc++ contributor IMO.
https://github.com/llvm/llvm-project/pull/185839
More information about the libcxx-commits
mailing list