-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/compile: nacl/arm is broken #19884
Labels
Milestone
Comments
^ failing nacl binary |
Are the offending instructions. |
That's odd
Should have avoided fetching the tls register. |
Bisect? |
CL https://golang.org/cl/40111 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?$ go version
go version devel +03d1aa6 Fri Apr 7 04:46:42 2017 +0000 linux/arm
What operating system and processor architecture are you using (
go env
)?linux/arm
What did you do?
What did you expect to see?
test complete successfully
What did you see instead?
echo code 1
The text was updated successfully, but these errors were encountered: