[libcxx-commits] [libcxx] [libc++] Fix ABI break introduced by switching to _LIBCPP_COMPRESSED_PAIR (PR #154686)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 22 07:29:27 PDT 2025


================
@@ -126,7 +124,7 @@ struct TEST_ALIGNAS(32) AlignedHash {};
 struct UnalignedEqualTo {};
 
 // This part of the ABI has been broken between LLVM 19 and LLVM 20.
----------------
ldionne wrote:

Is that still the case? I thought we were fixing this (accepted) ABI break at the same time?

https://github.com/llvm/llvm-project/pull/154686


More information about the libcxx-commits mailing list