kastiglione wrote:

> Or we could just do a `#elif __SIZEOF_POINTER__ == 4 && !defined(_WIN32)` and 
> simply not bother with tracking the size specifically on 32 bit Windows (as 
> few probably care about that these days) - the static asserts for other 
> platforms probably are enough for keeping track of not accidentally inflating 
> the class anyway.

Good call, I went with this approach. 
https://github.com/llvm/llvm-project/pull/201130

https://github.com/llvm/llvm-project/pull/200919
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to