Commit a4dc724
committed
Make debugging great again.
Regarding the OutStreamer->finish() removal:
This fixes the "error: symbol '.Lline_table_start0' is already defined"
error that we had for a while (probably a bad rebase).
OutStreamer->finish() emits the debug line table (and its
line_table_start0 label). The second finish runs again and tries to
define the same label, which triggers the “already defined” error.1 parent fb2b221 commit a4dc724
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2385 | 2385 | | |
2386 | 2386 | | |
2387 | 2387 | | |
2388 | | - | |
2389 | | - | |
2390 | 2388 | | |
2391 | 2389 | | |
2392 | 2390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments