[all-commits] [llvm/llvm-project] 7bf3eb: [NFC] Address more bit-field storage sizes
Oliver Hunt via All-commits
all-commits at lists.llvm.org
Mon May 19 11:53:28 PDT 2025
Branch: refs/heads/users/ojhunt/more-bitfield-size-fixes
Home: https://github.com/llvm/llvm-project
Commit: 7bf3ebaa15bdabdef20a2b15933fbb66fa0aaa2c
https://github.com/llvm/llvm-project/commit/7bf3ebaa15bdabdef20a2b15933fbb66fa0aaa2c
Author: Oliver Hunt <oliver at apple.com>
Date: 2025-05-19 (Mon, 19 May 2025)
Changed paths:
M lld/wasm/InputChunks.h
M lldb/source/Plugins/Language/ObjC/NSArray.cpp
M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
M lldb/source/Plugins/Language/ObjC/NSSet.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
Log Message:
-----------
[NFC] Address more bit-field storage sizes
Follow on work from #139825.
As previously this is fixing a few more cases where adjacent bit-fields
have types with different base storage sizes, as the MS ABI will not
pack those bit-fields.
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