Skip to content
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

TLS broken on Android by fPIC -> fPIE optimization #16406

Closed
thestinger opened this issue Aug 10, 2014 · 0 comments
Closed

TLS broken on Android by fPIC -> fPIE optimization #16406

thestinger opened this issue Aug 10, 2014 · 0 comments
Labels
I-slow Issue: Problems and improvements with respect to performance of generated code. O-android Operating system: Android

Comments

@thestinger
Copy link
Contributor

Informing LLVM that we are building a position independent executable rather than a dynamic library results in the usage of a faster TLS model, and it breaks on Android.

bors added a commit to rust-lang-ci/rust that referenced this issue Jan 21, 2024
internal: add `max_line_length` to `.editorconfig`

This helps with setting proper visual guides/rulers for the right margin in some editors/IDEs (e.g. CLion)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-slow Issue: Problems and improvements with respect to performance of generated code. O-android Operating system: Android
Projects
None yet
Development

No branches or pull requests

1 participant