1 // Copyright 2017 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 //go:build boringcrypto
6
7 // runtime_arg0 is declared in tls.go without a body.
8 // It's provided by package runtime,
9 // but the go command doesn't know that.
10 // Having this assembly file keeps the go command
11 // from complaining about the missing body
12 // (because the implementation might be here).
13
View as plain text