diff options
| author | Michael Pratt <mpratt@google.com> | 2023-05-18 17:12:26 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-05-18 17:25:08 +0000 |
| commit | 6ffd135256fddc4963a91ee0f6cd7f08ed43e43e (patch) | |
| tree | c65fb3076962625807474d117d110ed61a0af1ff /src/cmd/dist | |
| parent | 88f89d87c4e818679b65cfc50a7b0cb554e154d3 (diff) | |
| download | go-6ffd135256fddc4963a91ee0f6cd7f08ed43e43e.tar.xz | |
Revert "cmd/compile: build compiler with PGO"
This reverts CL 495596.
Reason for revert: duplicate symbol failures in x/tools and random PPC crashes.
Change-Id: I57305f8e72ee1567dc5a6a829c2d70fb5719028a
Reviewed-on: https://go-review.googlesource.com/c/go/+/496185
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/cmd/dist')
| -rw-r--r-- | src/cmd/dist/buildtool.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go index 7ecfb3a811..af3db5f590 100644 --- a/src/cmd/dist/buildtool.go +++ b/src/cmd/dist/buildtool.go @@ -100,10 +100,6 @@ var ignorePrefixes = []string{ var ignoreSuffixes = []string{ "_test.s", "_test.go", - // Skip PGO profile. No need to build toolchain1 compiler - // with PGO. And as it is not a text file the import path - // rewrite will break it. - ".pgo", } var tryDirs = []string{ |
