]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/internal/obj: traverse files in deterministic order
authorCherry Zhang <cherryyz@google.com>
Tue, 11 Aug 2020 18:58:03 +0000 (14:58 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 11 Aug 2020 20:41:44 +0000 (20:41 +0000)
commit991adcd21b57b9d906021f972eb01534176ad493
treea9ef5c928623874811c601991107cef3c3cc2ce3
parent27e3778793c4ae4e54d27185f6955bc5c180151b
[dev.link] cmd/internal/obj: traverse files in deterministic order

CL 245485 introduced a map for used files in a function. When
numbering symbols, make sure we traverse the files in
deterministic order.

Should fix longtest builders.

Change-Id: I1006bc5425116ab40e33a61e8f5acd1bdb4abad9
Reviewed-on: https://go-review.googlesource.com/c/go/+/247997
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/sym.go