mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: activate revert switch for late call expansion regression
Not a fix, but things will work while I fix it. Credit @andybons "for we revert switches for scary stuff". Updates #41736 Change-Id: I55f90860eae919765aac4f6d9f108a54139027e1 Reviewed-on: https://go-review.googlesource.com/c/go/+/258897 Trust: David Chase <drchase@google.com> Run-TryBot: David Chase <drchase@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
5756b35601
commit
c78c79f152
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ const (
|
|||
ClassParamOut // return value
|
||||
)
|
||||
|
||||
const go116lateCallExpansion = true
|
||||
const go116lateCallExpansion = false
|
||||
|
||||
// LateCallExpansionEnabledWithin returns true if late call expansion should be tested
|
||||
// within compilation of a function/method triggered by GOSSAHASH (defaults to "yes").
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue