-
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: go build -msan flag
fails with CONVNOP error
#14589
Comments
I see there is a special case for flag_race in cmd/compile/internal/gc/ssa.go for |
When I try to reproduce, I get:
What am I doing wrong? Do I need to build some other way than make.bash? |
Which version of clang do you have installed? On GNU/Linux you need at least clang 3.6. |
That's probably it. I have: Standard Google Ubuntu workstation. apt-get says clang is already at the newest version. Ugh. |
Pro tip: |
Well that's very unhelpful of apt-get. |
On current tip, after the merge of the SSA branch,
go build -msan flag
fails. (Other directories also fail in similar ways).CC @randall77
The text was updated successfully, but these errors were encountered: