Skip to content

Commit 833367e

Browse files
committed
internal/buildcfg: enable unified IR by default
Unified IR is now at feature parity with the non-unified frontend. Change-Id: I2a8cd41267a66f5eb1f425b89d18c6d501676e07 Reviewed-on: https://go-review.googlesource.com/c/go/+/422235 Run-TryBot: Matthew Dempsky <mdempsky@google.com> Reviewed-by: David Chase <drchase@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
1 parent 0a4a57d commit 833367e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal/buildcfg/exp.go

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
7272
baseline := goexperiment.Flags{
7373
RegabiWrappers: regabiSupported,
7474
RegabiArgs: regabiSupported,
75+
Unified: true,
7576
}
7677

7778
// Start with the statically enabled set of experiments.

0 commit comments

Comments
 (0)