[all-commits] [llvm/llvm-project] 60b604: [libc++][z/OS] Fix shared_ptr control block test w...
Zibi Sarbinowski via All-commits
all-commits at lists.llvm.org
Tue Oct 1 06:58:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60b604a1982c309f37af89a75a40c145d3e4cfa4
https://github.com/llvm/llvm-project/commit/60b604a1982c309f37af89a75a40c145d3e4cfa4
Author: Zibi Sarbinowski <zibi at ca.ibm.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp
Log Message:
-----------
[libc++][z/OS] Fix shared_ptr control block test when aligned allocation is not available (#109693)
This PR fixes the shared_ptr control block layout test that was recently updated in #76756.
When aligned allocation/deallocation is not available, part of the test doesn't work.
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