mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
MIPS R6 code uses the `R_MIPS_PC26_S2` relocation for calls which might cross boundaries of non-PIC-to-PIC code. We need to create a LA25 thunks for that case. llvm-svn: 354312