diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-07-02 12:29:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-02 12:29:01 -0500 |
commit | 50f40a5327ad9f8a4a57bb2bf7679f489f86b726 (patch) | |
tree | 45b71a96de2e5da59e4003772bf50d0009893b06 /llvm/lib/Bitcode/Reader/MetadataLoader.cpp | |
parent | e9be5286e14e2c290232e6dd6e04c7f5e9410885 (diff) | |
download | llvm-50f40a5327ad9f8a4a57bb2bf7679f489f86b726.zip llvm-50f40a5327ad9f8a4a57bb2bf7679f489f86b726.tar.gz llvm-50f40a5327ad9f8a4a57bb2bf7679f489f86b726.tar.bz2 |
[libc] Fix internal alignment in allcoator (#146738)
Summary:
The allocator interface is supposed to have 16 byte alignment (to keep
it consistent with the CPU allocator. We could probably drop this to 8
if desires.) But this was not enforced because the number of bytes used
for the bitfield sometimes resulted in alignment of 8 instead of 16.
Explicitly align the number of bytes to be a multiple of 16 even if
unused.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
0 files changed, 0 insertions, 0 deletions