This patch supported the R_X86_64_32S relocation and add the Pointer32Signed generic edge kind.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108446
[JITLink] Add support of R_X86_64_32S relocation ClosedPublic Authored by StephenFan on Aug 19 2021, 11:55 PM.
Details
Summary This patch supported the R_X86_64_32S relocation and add the Pointer32Signed generic edge kind.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 22 2021, 1:20 AM This revision was landed with ongoing or failed builds.Aug 22 2021, 1:52 AM Closed by commit rGdda116bc3d9c: [JITLink] Add support of R_X86_64_32S relocation (authored by StephenFan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 367978 llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
llvm/test/ExecutionEngine/JITLink/X86/ELF_x86_64_absolute_relocations.s
|