Skip to content

Commit

Permalink
runtime/race: use internal linking mode for amd64 subarch packages
Browse files Browse the repository at this point in the history
CL 424034 introduced two new packages that trigger external
linking mode where internal linking mode is sufficient.

Change-Id: I81583210331fe4151d631b5efd7fc5d3c8f11f39
Reviewed-on: https://go-review.googlesource.com/c/go/+/435256
Run-TryBot: Than McIntosh <[email protected]>
Reviewed-by: Than McIntosh <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
znkr authored and thanm committed Oct 4, 2022
1 parent cbd931c commit 6a9aaf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/link/internal/ld/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,8 @@ var internalpkg = []string{
"os/user",
"runtime/cgo",
"runtime/race",
"runtime/race/internal/amd64v1",
"runtime/race/internal/amd64v3",
"runtime/msan",
"runtime/asan",
}
Expand Down

0 comments on commit 6a9aaf1

Please sign in to comment.