Fixes handling logic for i386/ELF GOTPC relocation
The i386/ELF JITLink backend was not correctly handling the GOTPC relocation by skipping the in-built addend, which was manifesting itself in the form of a segmentation fault in the `LF_external_to_absolute_conversion.s` test. This CR has fixed that issue. Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D141746
Loading
Please sign in to comment