[all-commits] [llvm/llvm-project] 5ec7fd: [libc++] Add tests for the ABI break introduced by...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Mon Aug 25 07:32:37 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: 5ec7fdf0c4e81c920890d636a7a25539f800c3af
https://github.com/llvm/llvm-project/commit/5ec7fdf0c4e81c920890d636a7a25539f800c3af
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
A libcxx/test/libcxx/containers/associative/map/abi.compile.pass.cpp
A libcxx/test/libcxx/containers/associative/set/abi.compile.pass.cpp
M libcxx/test/libcxx/containers/associative/unord.map/abi.compile.pass.cpp
M libcxx/test/libcxx/containers/associative/unord.set/abi.compile.pass.cpp
M libcxx/test/libcxx/containers/sequences/deque/abi.compile.pass.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/abi.compile.pass.cpp
M libcxx/test/libcxx/containers/sequences/list/abi.compile.pass.cpp
M libcxx/test/libcxx/containers/sequences/vector.bool/abi.compile.pass.cpp
M libcxx/test/libcxx/containers/sequences/vector/abi.compile.pass.cpp
A libcxx/test/libcxx/containers/strings/basic.string/abi.compile.pass.cpp
Log Message:
-----------
[libc++] Add tests for the ABI break introduced by switching to _LIBCPP_COMPRESSED_PAIR (#154559)
This patch adds unit tests to catch the regression described in #154146.
At the moment, these tests are pinning down the post-break ABI.
(cherry picked from commit 2a83cf5d0e592890f74c5d5ff4a30ae4cf54b61b)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list