This patch adds TSan runtime support for Go on linux-aarch64
platforms. This enables people working on golang to implement their
platform/language part of the TSan support.
Basic testing is done with lib/tsan/go/buildgo.sh. Additional testing will be
done as part of the work done in the Go project.
Patch by Fangming Fang <Fangming.Fang@arm.com>.
Please don't duplicate all flags, and instead add arm64-specific flags below, like it is done for amd64 and ppc64le.