mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.link] all: merge branch 'master' into dev.link
Fixed a couple of minor conflicts in lib.go and deadcode.go relating to debug logging. Change-Id: I58335fc42ab1f1f3409fd8354da4f26419e8fb22
This commit is contained in:
commit
c0555a2a7a
416 changed files with 15398 additions and 7536 deletions
|
|
@ -280,7 +280,6 @@ func Main(arch *sys.Arch, theArch Arch) {
|
|||
ctxt.hostlink()
|
||||
ctxt.archive()
|
||||
if ctxt.Debugvlog != 0 {
|
||||
ctxt.Logf("%5.2f cpu time\n", Cputime())
|
||||
ctxt.Logf("%d symbols\n", len(ctxt.Syms.Allsym))
|
||||
ctxt.Logf("%d liveness data\n", liveness)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue