x/sys/cpu: go install -buildmode=shared std
failed
#49942
Labels
Milestone
go install -buildmode=shared std
failed
#49942
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No, it reproduce with tip.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
run the command
go install -buildmode=shared std
What did you expect to see?
Install the libstd.so in $goroot/pkg/....
What did you see instead?
Failed.
In the CL https://go-review.googlesource.com/c/sys/+/361255, the implement of darwinSupportsAVX512 is removed in cpu_x86.s, but it didn't be removed in cpu_gc_x86.go.
https://github.com/golang/sys/blob/fe61309f888157de161a48facf03d9412635cffe/cpu/cpu_gc_x86.go#L21
It should be removed in cpu_gc_x86.go and sync it to golang/go.
The text was updated successfully, but these errors were encountered: