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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
