[PATCH] D140279: Adds support for GOT relocations to i386 backend
Kshitij Jain via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 18 20:09:07 PST 2022
jain98 created this revision.
jain98 added reviewers: lhames, sunho.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
jain98 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This CR adds support for GOT relocations to the JITLink i386 backend.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140279
Files:
llvm/include/llvm/ExecutionEngine/JITLink/i386.h
llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
llvm/lib/ExecutionEngine/JITLink/i386.cpp
llvm/test/ExecutionEngine/JITLink/i386/ELF_external_to_absolute_conversion.s
llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140279.483854.patch
Type: text/x-patch
Size: 14589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221219/f90c09cc/attachment.bin>
More information about the llvm-commits
mailing list