]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add ability to indicate 'concurrentOk' for debug flags
authorDavid Chase <drchase@google.com>
Wed, 26 Oct 2022 03:01:44 +0000 (23:01 -0400)
committerDavid Chase <drchase@google.com>
Mon, 31 Oct 2022 22:19:34 +0000 (22:19 +0000)
commitc81c0279827545b20f81797bb263ae696d9c235f
tree044733120e16601a845538b51c79921500d8916a
parent5619dd08493c08f06b47cec9f9553bbda6d2cbbd
cmd/compile: add ability to indicate 'concurrentOk' for debug flags

Also removes no-longer-needed "Any" field from compiler's DebugFlags.
Test/use case for this is the fmahash CL.

Change-Id: I214f02c91f30fc2ce53caf75fa5e2b905dd33429
Reviewed-on: https://go-review.googlesource.com/c/go/+/445495
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: David Chase <drchase@google.com>
src/cmd/compile/internal/base/debug.go
src/cmd/compile/internal/base/flag.go
src/cmd/internal/objabi/flag.go