]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs and NoRacePkgs to PkgSpecials
authorAustin Clements <austin@google.com>
Fri, 7 Jul 2023 21:01:47 +0000 (17:01 -0400)
committerAustin Clements <austin@google.com>
Tue, 22 Aug 2023 19:18:34 +0000 (19:18 +0000)
commit56b3b244fdd7a50fcd9ffb20d7cfdbfae3af81f0
treee209196818501db68c0a8f798bba7173d5c0bcaf
parent83e0704c50c4269d90ec654b6590ae4db554f4eb
cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs and NoRacePkgs to PkgSpecials

This consolidates the NoInstrumentPkgs and NoRacePkgs lists into the
objabi.LookupPkgSpecial mechanism.

Change-Id: I411654afdd690fb01c412e7e8b57ddfbe85415e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/521702
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Austin Clements <austin@google.com>
src/cmd/compile/internal/base/base.go
src/cmd/compile/internal/gc/main.go
src/cmd/compile/internal/types/type.go
src/cmd/compile/internal/walk/race.go
src/cmd/internal/objabi/pkgspecial.go