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 <[email protected]> Reviewed-by: David Chase <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cuong Manh Le <[email protected]>
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

Lines changed: 1 addition & 0 deletions
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)