mirror of
https://github.com/golang/go
synced 2024-11-20 04:54:44 -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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user