diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-20 11:14:53 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2020-02-20 11:16:08 -0800 |
commit | 9a4e3e63ef3c771e9fab3d19ee8ad0a173c7c4eb (patch) | |
tree | 63ca280dc09dce6b325bb5d7641fb6487492f192 /pkg | |
parent | 10ed60e4778e01a2813eea6e3c201826f75982a5 (diff) |
Re-add atomicbitops_arm64.s to BUILD.
This was inadverently dropped by cl/295811743.
PiperOrigin-RevId: 296254482
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/atomicbitops/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/atomicbitops/BUILD b/pkg/atomicbitops/BUILD index ba8b06071..1a30f6967 100644 --- a/pkg/atomicbitops/BUILD +++ b/pkg/atomicbitops/BUILD @@ -7,6 +7,7 @@ go_library( srcs = [ "atomicbitops.go", "atomicbitops_amd64.s", + "atomicbitops_arm64.s", "atomicbitops_noasm.go", ], visibility = ["//:sandbox"], |