Commit 368b55f
committed
Darwin: Update handling of long constant names.
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]>1 parent d8935b4 commit 368b55f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
999 | | - | |
| 999 | + | |
| 1000 | + | |
1000 | 1001 | | |
1001 | | - | |
| 1002 | + | |
| 1003 | + | |
1002 | 1004 | | |
1003 | 1005 | | |
1004 | 1006 | | |
| |||
0 commit comments