aboutsummaryrefslogtreecommitdiff
path: root/internal/gcimporter/unified_no.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gcimporter/unified_no.go')
-rw-r--r--internal/gcimporter/unified_no.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/internal/gcimporter/unified_no.go b/internal/gcimporter/unified_no.go
new file mode 100644
index 000000000..286bf4454
--- /dev/null
+++ b/internal/gcimporter/unified_no.go
@@ -0,0 +1,10 @@
+// Copyright 2022 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+//go:build !(go1.18 && goexperiment.unified)
+// +build !go1.18 !goexperiment.unified
+
+package gcimporter
+
+const unifiedIR = false