-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix relocation problems in Aarch64 (backport) #430
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
Conversation
|
Can one of the admins verify this patch? |
|
Let's wait until the patch is landed. I believe this is a matter of hours. |
|
I take that back. Why is the revision of LLVM which contains this patch? |
|
It's in the patch: https://reviews.llvm.org/D27609 or better https://reviews.llvm.org/rL289880 |
|
Ok, LGTM and as long as @karies is happy we can merge this. |
Axel-Naumann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 @vgvassilev - you can do the merge into ROOT; I will upload to our llvm fork later.
|
@phsft-bot build! |
3 similar comments
|
@phsft-bot build! |
|
@phsft-bot build! |
|
@phsft-bot build! |
This fixes https://sft.its.cern.ch/jira/browse/ROOT-8702
The fix is taken from Fedora's patch to their LLVM package:
http://pkgs.fedoraproject.org/cgit/rpms/llvm.git/tree/0001-Fix-R_AARCH64_MOVW_UABS_G3-relocation.patch
This is in turn based on the changes from the upstream change:
https://reviews.llvm.org/D27609