kastiglione wrote:

I used == so that the optimal size is updated with each improvement. If/when 
the size of Symbol is reduced, the assert will force updating the number to 
match the new smaller size. With <=, a later commit could silently grow Symbol 
back to its previous size and the assert would never fire.

I think it's fine to gate this assert for 64 bit platforms only.

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