-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/link: TestRuntimeTypeAttr broken on ppc64, solaris #24983
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
Comments
Change https://golang.org/cl/108575 mentions this issue: |
Updates #24983 Change-Id: I417453364346106d4ff4c99549175cef7df724e3 Reviewed-on: https://go-review.googlesource.com/108575 Run-TryBot: Josh Bleecher Snyder <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
Change https://golang.org/cl/108955 mentions this issue: |
I think I'm still running into this problem. When I do
|
I've verified that this works on Darwin 1.11 but not 1.12. That's why the builder isn't failing, it is 1.11. |
I see:
when I try to run a hello world program built with -linkmode=external. I can skip the test, but it seems like this is worth its own bug, presuming that we want external linking to work on darwin-386. |
I can get external linking to work (on 10.12).
|
Filed #25083, though I still don't know why it works for your helloworld but not the test. |
I think Keith fixed this by switching to libc to create threads. |
Introduced in https://golang.org/cl/106775.
cc @heschik
The text was updated successfully, but these errors were encountered: