You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a variant part has a 128-bit discriminator, then
DwarfUnit::constructTypeDIE will assert. This patch fixes the problem
by allowing any size of integer to be used here.
This is mostly implemented by copying DwarfUnit::addConstantValue.
However, I did not reimplement that method in terms of the new addInt
because that would introduce the need for unrelated test case changes.
Fixes#119655
0 commit comments