On Thu, Feb 23, 2017 at 9:45 AM, Owen Waller <go-n...@kulawe.com> wrote: > > I am assuming that the race detector is not yet supported on ARM hardware. > Having just tried to cross compile some code I am seeing: > > go build: -race and -msan are only supported on linux/amd64, freebsd/amd64, > darwin/amd64 and windows/amd64. > > The 1.8 docs back this up as well. > > Does anybody have an idea of when (or even if) support for the race detector > on ARM will arrive? In my case specifically for ARM6/6K. If not should I > open a Github issue to at least track this? > > Ideally, I'd like support via cross compiling, but I can certainly live with > it in the short term if I had to rebuild on ARM hardware.
Go's race detector is based on and uses Thread Sanitizer, which has only been implemented for amd64. I'm not aware of any effort to extend thread sanitizer to other processors. That would have been done before there is any likelihood of Go supporting it. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.