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
The long(er) names we are using for contracts constants (e.g.
Lcontract_violation) is triggering a warning where the prefix
to ASM_GENERATE_INTERNAL_LABEL is shorter than our literal;
that warning becomes an error after stage1 and so needs to be
fixed to allow bootstrap on Darwin.
This needs to be fixed more generally for Darwin upstream but
the patch here is sufficient for the contracts branch and stage
Signed-off-by: Iain Sandoe <[email protected]>
0 commit comments