]> Cypherpunks repositories - gostls13.git/commit
cmd/go,internal/platform: enable pie buildmode for windows/arm64
authorqmuntal <quimmuntal@gmail.com>
Mon, 21 Nov 2022 12:56:19 +0000 (13:56 +0100)
committerBryan Mills <bcmills@google.com>
Mon, 21 Nov 2022 16:49:48 +0000 (16:49 +0000)
commit3732a178061f44fbde277def693368ce43e5e779
treec564366b406586fd96112ce3acdc6f3b319faaab
parentf0331c524e0d8d32c3918d3515ab8413f38dbd56
cmd/go,internal/platform: enable pie buildmode for windows/arm64

This CL adds windows/arm64 to the list of ports that supports PIE
build mode. It is probably an oversight that this port is not marked
as pie-capable because windows/arm64 only supports PIE build mode.

Fixes #56872

Change-Id: I2bdd3ac207280f47ddcf8c2582f13025dafb9278
Reviewed-on: https://go-review.googlesource.com/c/go/+/452415
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/go_test.go
src/internal/platform/supported.go