[Lldb-commits] [lldb] [lldb] Add static_assert to catch increases to size of Symbol (PR #200919)

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Sat Jun 6 00:08:32 PDT 2026


Teemperor wrote:

IMHO, this check could just be that the size is below 80B. We only care about the fact that the class doesn't explode in size, and as long as we have 64bit bot we would notice with a `<= 80B` check if this happens. And it would also solve all the stranger 32bit platform issues.

https://github.com/llvm/llvm-project/pull/200919


More information about the lldb-commits mailing list