[libcxx-commits] [libcxx] [libc++] Add tests for the ABI break introduced by switching to _LIBCPP_COMPRESSED_PAIR (PR #154559)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 20 12:36:54 PDT 2025
================
@@ -0,0 +1,159 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
----------------
ldionne wrote:
Do we need to account for `libcpp-abi-no-compressed-pair-padding` here?
https://github.com/llvm/llvm-project/pull/154559
More information about the libcxx-commits
mailing list