-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix TLS variant def on AArch64 #22170
Conversation
Got it, building 0a37bbb I will edit this comment as the build jobs complete. |
Got it, building 0a37bbb I will edit this comment as the build jobs complete. |
depends on #21797 ? |
Ah, yeah. I didn't realize that that one isn't on 0.6 so nevermind.... |
Got it, building 0a37bbb I will edit this comment as the build jobs complete. |
= = ....... I think jlbuild can take a break and let this poor PR alone .......... @staticfloat |
I've made some recent improvements, hopefully this has been addressed. |
code execution isn't happening over at #22199 (comment) |
This doesn't do much harm other than raising a compiler warning due to macro redefinition. The wrong value shouldn't cause any issue in practice since it only make the check more permissive and the additional range it allows is theoretically impossible to happen since it'll mean the memory of our tls variable overlaps with internal libc data structure....
@jlbuild !filter=arm,aarch64