diff options
Diffstat (limited to 'libgo/go/runtime/msan0.go')
-rw-r--r-- | libgo/go/runtime/msan0.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/runtime/msan0.go b/libgo/go/runtime/msan0.go index 374d13f..b1096a6 100644 --- a/libgo/go/runtime/msan0.go +++ b/libgo/go/runtime/msan0.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !msan // +build !msan // Dummy MSan support API, used when not built with -msan. |