[Lldb-commits] [lldb] [LLDB][ThreadELFCore] Set all the properties of ELFLinuxSigInfo to a non build dependent size (PR #117604)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 25 14:42:49 PST 2024
Jlalond wrote:
@tuliom Experimented on godbolt a bit, it looks like alignas(8) will handle our padding to 56 on 32 and 64 https://godbolt.org/z/ssqeeEs71
https://github.com/llvm/llvm-project/pull/117604
More information about the lldb-commits
mailing list