This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BOLT] Handle R_X86_64_64 in flushPendingRelocations
Summary: Handle R_X86_64_64 the same way as R_X86_64_32; `getSizeForType` takes care of the size: ```x86_64 ABI relocation types Name Value Field Calculation R_X86_64_64 1 word64 S + A R_X86_64_32 10 word32 S + A ```
- Loading branch information