]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: only sort methods/interfaces during export for -d=unifiedquirks
authorMatthew Dempsky <mdempsky@google.com>
Wed, 18 Aug 2021 20:10:04 +0000 (13:10 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 18 Aug 2021 21:19:22 +0000 (21:19 +0000)
commitc2bd9ee2dbec88d4fd1b21aefa21cd988d01b880
treeab4850839807d6a09e79a33792d9d38fde38001a
parent8f0578ef39a97c3a20032db799b97763e44274b0
cmd/compile: only sort methods/interfaces during export for -d=unifiedquirks

These sorts are only important for 'toolstash -cmp' testing of unified
IR against -G=0 mode, but they were added before I added
-d=unifiedquirks to allow altering small "don't care" output details
like this.

This CL should help mitigate issues with #44195 until package
objectpath is updated and deployed.

Change-Id: Ia3dcf359481ff7abad5ddfca8e673fd2bb30ae01
Reviewed-on: https://go-review.googlesource.com/c/go/+/343390
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/typecheck/iexport.go