-
Notifications
You must be signed in to change notification settings - Fork 13.3k
sort out librust_builtin placement #18800
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
The problem here on android was as follows:
The solution here is to break apart Just some general cleanup, most things should still work as advertised! |
Triage: this test is still ignored on android, but I don't know what |
Dead! So I guess this can be closed, but should we check if the affected test was actually fixed? |
Yeah I think this is all taken care of, so closing. |
Enable run-pass/sepcomp-lib-lto.rs on Android rust-lang#18800 is fixed, so it should be safe to restore this test.
The test run-pass/sepcomp-lib-lto.rs can fail on android apparently due to the fact that a pthread shim dependency is present in libstd (as part of librust_builtin), but it stripped out early. It may be possible to work around this by moving the dependency into liballoc instead, but a more thorough examination is needed.
The text was updated successfully, but these errors were encountered: