Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [arm] Add big-endian version of pcrel fixups for adr instructions | Dimitry Andric | 2020-05-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Summary: In 2e24219d3cbf, a number of ARM pcrel fixups were resolved at assembly time, to solve PR44929. 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 (cherry picked from commit fc373522b044e0b150561204958f0d603fb4caba) | ||||
* | [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929) | Hans Wennborg | 2020-02-27 | 1 | -0/+21 |
MC currently does not emit these relocation types, and lld does not handle them. Add FKF_Constant as a work-around of some ARM code after D72197. Eventually we probably should implement these relocation types. By Fangrui Song! Differential revision: https://reviews.llvm.org/D72892 (cherry picked from commit 2e24219d3cbfcb8c824c58872f97de0a2e94a7c8) |