-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Description
Bugzilla Link | 45910 |
Resolution | FIXED |
Resolved on | May 19, 2020 12:23 |
Version | 10.0 |
OS | All |
Blocks | #44654 |
CC | @emaste,@tstellar |
Fixed by commit(s) | fc37352 f79cd71 |
Extended Description
Please merge https://reviews.llvm.org/rGfc373522b044 into 10.0.1. This is a follow-up for big-endian ARM of https://reviews.llvm.org/rG2e24219d3cbf, which fixed bug 44929 (and was already merged into 10.0.0 via https://reviews.llvm.org/rG058a8cd73f33):
Author: Dimitry Andric
Date: 2020-05-12T19:27:48+02:00
New Revision: fc37352
URL: fc37352
DIFF: https://github.com/llvm/llvm-project/commit/fc373522b044e0b150561204958f0d603fb4caba.diff
LOG: [arm] Add big-endian version of pcrel fixups for adr instructions
Summary:
In 2e24219, a number of ARM pcrel fixups were resolved at assembly
time, to solve #44274 . This only covered little-endian ARM however, so
add similar fixups for big-endian ARM. Also extend the test case to
cover big-endian ARM.
Reviewers: hans, psmith, MaskRay
Reviewed By: psmith, MaskRay
Subscribers: kristof.beyls, hiraditya, danielkiss, emaste, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79774