[all-commits] [llvm/llvm-project] 5716f8: [JITLink] Fix i686 R_386_32 and other relocation v...
Jameson Nash via All-commits
all-commits at lists.llvm.org
Tue Oct 15 21:49:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5716f836d25e93bf8f664a14fe55c70e07a369be
https://github.com/llvm/llvm-project/commit/5716f836d25e93bf8f664a14fe55c70e07a369be
Author: Jameson Nash <vtjnash at gmail.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/i386.h
M llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
M llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_absolute_relocations_16.s
M llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_absolute_relocations_32.s
M llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_pc_relative_relocations_32.s
M llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_got.s
M llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s
Log Message:
-----------
[JITLink] Fix i686 R_386_32 and other relocation values (#111091)
Fix R_386_32 and other relocations by correcting Addend computations.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list