Skip to content

Commit 3dedf80

Browse files
committed
container/intsets: update build tags to exclude assembly from gccgo.
Change-Id: I6f3b351d42f5534dd5a5ff161f1e5680b4dbfd58 Reviewed-on: https://go-review.googlesource.com/16793 Reviewed-by: Andrew Gerrand <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 747ae25 commit 3dedf80

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

container/intsets/popcnt_amd64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build amd64,!appengine
5+
// +build amd64,!appengine,!gccgo
66

77
package intsets
88

container/intsets/popcnt_amd64.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// +build amd64,!appengine,!gccgo
6+
57
#include "textflag.h"
68

79
// func havePOPCNT() bool

container/intsets/popcnt_generic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build !amd64 appengine
5+
// +build !amd64 appengine gccgo
66

77
package intsets
88

0 commit comments

Comments
 (0)