There are a growing number of places when we either want to read or write an instruction when handling a half16 relocation type. On big-endian the buffer pointer is pointing into the middle of the word we want and on little-endian it is pointing to the start of the word. These 2 helpers are to simplify reading and writing in these contexts
Details
Details
- Reviewers
syzaara ruiu rdhindsa MaskRay • espindola - Commits
- rGeed3e43e54ee: [PPC64] Helpers for read/write an instr while relocating a half16 type. [NFC]
rL342410: [PPC64] Helpers for read/write an instr while relocating a half16 type. [NFC]
rLLD342410: [PPC64] Helpers for read/write an instr while relocating a half16 type. [NFC]
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
uint8_t* Loc -> uint8_t *Loc