Skip to content

Commit d4406d2

Browse files
prattmicjproberts
authored andcommitted
cmd/compile: drop "buildcfg" from no instrument packages
Package buildcfg was added to this list by CL 403851, but package buildcfg does not exist. This was probably intended to refer to internal/buildcfg, but internal/buildcfg is only used by the compiler so it is not clear why it couldn't be instrumented. For golang#44853. Change-Id: Iad2517358be79c3eabf240376156bcff0c4bcefc Reviewed-on: https://go-review.googlesource.com/c/go/+/414516 Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: Cherry Mui <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Michael Pratt <[email protected]>
1 parent f834be6 commit d4406d2

File tree

1 file changed

+0
-1
lines changed
  • src/cmd/compile/internal/base

1 file changed

+0
-1
lines changed

src/cmd/compile/internal/base/base.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ var NoInstrumentPkgs = []string{
7070
"runtime/msan",
7171
"runtime/asan",
7272
"internal/cpu",
73-
"buildcfg",
7473
}
7574

7675
// Don't insert racefuncenter/racefuncexit into the following packages.

0 commit comments

Comments
 (0)