]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix ARM64 build
authorAustin Clements <austin@google.com>
Tue, 22 May 2018 15:35:03 +0000 (11:35 -0400)
committerAustin Clements <austin@google.com>
Tue, 22 May 2018 15:38:30 +0000 (15:38 +0000)
commit4f765b18f82ae022f681806f04674d3b175881a4
tree7fff406e33704a024ef1a22a52bf4c9a2057adf6
parent97bea970651f0df86e245b2b2596003a174fb5d7
cmd/compile: fix ARM64 build

Write barrier unsafe-point analysis needs to flow through
OpARM64MOVWUload in c-shared mode.

Change-Id: I4f06f54d9e74a739a1b4fcb9ab0a1ae9b7b88a95
Reviewed-on: https://go-review.googlesource.com/114077
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/plive.go