mirror of
https://github.com/golang/go
synced 2024-11-20 05:54:43 -07:00
ld: be less picky about bad line number info
Fixes #1175. R=lvd CC=golang-dev https://golang.org/cl/2439041
This commit is contained in:
parent
570f59c109
commit
054be1b6c3
@ -763,7 +763,7 @@ writelines(void)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (lh->file < 1) { // 0 is the past-EOF entry.
|
if (lh->file < 1) { // 0 is the past-EOF entry.
|
||||||
diag("instruction with linenumber past EOF in %s: %P", unitname, q);
|
//diag("instruction with linenumber past EOF in %s: %P", unitname, q);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user