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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo