mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: push vdsoClockgettimeSym linkname on linux/arm64
Updates #67401. Change-Id: I491ad443673193db4f921346539ca5e41afad2ef Reviewed-on: https://go-review.googlesource.com/c/go/+/586896 Auto-Submit: Austin Clements <austin@google.com> Reviewed-by: Than McIntosh <thanm@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Florian Zenker <floriank@google.com>
This commit is contained in:
parent
66cc2b7ca7
commit
0bc684a994
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build amd64 || arm64
|
||||
|
||||
package runtime
|
||||
|
||||
import _ "unsafe"
|
||||
Loading…
Add table
Add a link
Reference in a new issue