Implement R_AARCH64_ABS64 relocation entry. This relocation type is generated when creating a static function potiner to symbol.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Paths
| Differential D126658
[JITLink][ELF/AARCH64] Implement R_AARCH64_ABS64 relocation type ClosedPublic Authored by sunho on May 30 2022, 8:28 AM.
Details Summary Implement R_AARCH64_ABS64 relocation entry. This relocation type is generated when creating a static function potiner to symbol.
Diff Detail
Unit TestsFailed Event Timelinesunho retitled this revision from [JITLink][ELF/AARCH64] Implement R_AARCH64_ABS64 to [JITLink][ELF/AARCH64] Implement R_AARCH64_ABS64 relocation type.May 30 2022, 8:30 AM sunho added a parent revision: D126629: [JITLink][ELF/AARCH64][NFC] Add testcases for gpr R_AARCH64_LDST*_ABS_LO12_NC. sunho added a child revision: D126659: [JITLink][ELF/AARCH64][NFC] Add a testcase for R_AARCH64_ABS64. sunho removed a child revision: D126659: [JITLink][ELF/AARCH64][NFC] Add a testcase for R_AARCH64_ABS64. This revision is now accepted and ready to land.Jun 5 2022, 12:10 PM This revision was landed with ongoing or failed builds.Jun 7 2022, 5:56 PM Closed by commit rG1deaa9b8bdb6: [JITLink][ELF][AArch64] Implement R_AARCH64_ABS64 relocation type. (authored by lhames). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 434878 llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_relocations.s
|