]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld: skip the windows ASLR test when CGO_ENABLED=0
authorhao <tfzxyinhao@qq.com>
Fri, 28 May 2021 03:40:12 +0000 (03:40 +0000)
committerCherry Mui <cherryyz@google.com>
Mon, 28 Jun 2021 16:42:42 +0000 (16:42 +0000)
commit901510ed4ef1a979321f33159b534e374290ef65
tree8b49a38dbf59c4d4b1b6d9259db374928d18e232
parent361159c05507b7f6c28e29575c02a6b7b6656f84
cmd/link/internal/ld: skip the windows ASLR test when CGO_ENABLED=0

the test case is still using gcc when CGO is disabled.

Change-Id: I2d255bfaeb92816c8343ab72fd7984b6632d421d
GitHub-Last-Rev: de14748bd54c7db8687263a7c37080ec884d982a
GitHub-Pull-Request: golang/go#46120
Reviewed-on: https://go-review.googlesource.com/c/go/+/319169
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/link/internal/ld/ld_test.go