cmd/go: add -Wl,-E to linker flag whitelist (shortcut of --export-dynamic)
According to https://linux.die.net/man/1/ld, `-E` is a shortcut of `--export-dynamic`, it will be better to be added in to whitelist for the later one has been added in https://golang.org/cl/134016. Change-Id: I11aa8ea7d86c1c58a2f1dcd258f6f7d2e50861df GitHub-Last-Rev: 4b1b3676c58406f48fed0571e5353e039f27830d GitHub-Pull-Request: golang/go#36066 Reviewed-on: https://go-review.googlesource.com/c/go/+/210657 Reviewed-by:Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Loading
Please sign in to comment