-
- Downloads
all: add //go:build lines to assembly files
Don't add them to files in vendor and cmd/vendor though. These will be pulled in by updating the respective dependencies. For #41184 Change-Id: Icc57458c9b3033c347124323f33084c85b224c70 Reviewed-on: https://go-review.googlesource.com/c/go/+/319389 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by:Russ Cox <rsc@golang.org>
Showing
- src/cmd/compile/internal/ssa/flags_amd64_test.s 0 additions, 2 deletionssrc/cmd/compile/internal/ssa/flags_amd64_test.s
- src/cmd/compile/internal/ssa/flags_arm64_test.s 0 additions, 2 deletionssrc/cmd/compile/internal/ssa/flags_arm64_test.s
- src/cmd/dist/vfp_arm.s 2 additions, 1 deletionsrc/cmd/dist/vfp_arm.s
- src/cmd/dist/vfp_default.s 2 additions, 1 deletionsrc/cmd/dist/vfp_default.s
- src/crypto/cipher/xor_ppc64x.s 1 addition, 0 deletionssrc/crypto/cipher/xor_ppc64x.s
- src/crypto/md5/md5block_ppc64x.s 1 addition, 0 deletionssrc/crypto/md5/md5block_ppc64x.s
- src/crypto/x509/internal/macos/corefoundation.s 1 addition, 0 deletionssrc/crypto/x509/internal/macos/corefoundation.s
- src/crypto/x509/internal/macos/security.s 1 addition, 0 deletionssrc/crypto/x509/internal/macos/security.s
- src/internal/bytealg/compare_mips64x.s 1 addition, 0 deletionssrc/internal/bytealg/compare_mips64x.s
- src/internal/bytealg/compare_mipsx.s 1 addition, 0 deletionssrc/internal/bytealg/compare_mipsx.s
- src/internal/bytealg/compare_ppc64x.s 1 addition, 0 deletionssrc/internal/bytealg/compare_ppc64x.s
- src/internal/bytealg/count_ppc64x.s 1 addition, 0 deletionssrc/internal/bytealg/count_ppc64x.s
- src/internal/bytealg/equal_mips64x.s 1 addition, 0 deletionssrc/internal/bytealg/equal_mips64x.s
- src/internal/bytealg/equal_mipsx.s 1 addition, 0 deletionssrc/internal/bytealg/equal_mipsx.s
- src/internal/bytealg/equal_ppc64x.s 1 addition, 0 deletionssrc/internal/bytealg/equal_ppc64x.s
- src/internal/bytealg/index_ppc64x.s 1 addition, 0 deletionssrc/internal/bytealg/index_ppc64x.s
- src/internal/bytealg/indexbyte_mips64x.s 1 addition, 0 deletionssrc/internal/bytealg/indexbyte_mips64x.s
- src/internal/bytealg/indexbyte_mipsx.s 1 addition, 0 deletionssrc/internal/bytealg/indexbyte_mipsx.s
- src/internal/bytealg/indexbyte_ppc64x.s 1 addition, 0 deletionssrc/internal/bytealg/indexbyte_ppc64x.s
- src/internal/cpu/cpu_x86.s 1 addition, 0 deletionssrc/internal/cpu/cpu_x86.s
Loading
Please register or sign in to comment