Fix unwind info relocation with large code model on AArch64
Makes sure that the unwind info uses 64bits pcrel relocation if a large code model is specified and handle the corresponding relocation in the ExecutionEngine. This can happen with certain kernel configuration (the same as the one in https://reviews.llvm.org/D27609, found at least on the ArchLinux stock kernel and the one used on https://www.packet.net/ ) using the builtin JIT memory manager. Co-authored-by:Yichao Yu <yyc1992@gmail.com> Differential Revision: https://reviews.llvm.org/D27629
Loading
Please sign in to comment