[all-commits] [llvm/llvm-project] cc95c5: [libc++] Remove alignment attributes from _LIBCPP_...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Thu Sep 25 10:59:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc95c5680e9fd1a3697822407a9857caeca32dba
https://github.com/llvm/llvm-project/commit/cc95c5680e9fd1a3697822407a9857caeca32dba
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-09-25 (Thu, 25 Sep 2025)
Changed paths:
M libcxx/include/__memory/compressed_pair.h
Log Message:
-----------
[libc++] Remove alignment attributes from _LIBCPP_COMPRESSED_PAIR (#158595)
These attributes aren't required anymore, since the potential
overalignemnt of the objects is handled by the surrounding anonymous
struct.
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