LLVM/project 5716f83llvm/include/llvm/ExecutionEngine/JITLink i386.h, llvm/lib/ExecutionEngine/JITLink ELF_i386.cpp

[JITLink] Fix i686 R_386_32 and other relocation values (#111091)

Fix R_386_32 and other relocations by correcting Addend computations.
DeltaFile
+9-24llvm/include/llvm/ExecutionEngine/JITLink/i386.h
+17-3llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
+12-4llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_absolute_relocations_32.s
+6-6llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_got.s
+9-1llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_absolute_relocations_16.s
+4-3llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_pc_relative_relocations_32.s
+3-3llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s
+60-447 files

UnifiedSplitRaw