diff options
-rw-r--r-- | lib/Target/ARM/ARMJITInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMJITInfo.cpp b/lib/Target/ARM/ARMJITInfo.cpp index df8a4f5..11ededf 100644 --- a/lib/Target/ARM/ARMJITInfo.cpp +++ b/lib/Target/ARM/ARMJITInfo.cpp @@ -252,6 +252,7 @@ intptr_t ARMJITInfo::resolveRelocDestAddr(MachineRelocation *MR) const { case ARM::reloc_arm_jt_base: // Jump table base address. return getJumpTableBaseAddr(MR->getJumpTableIndex()); + case ARM::reloc_arm_so_imm: case ARM::reloc_arm_cp_entry: case ARM::reloc_arm_vfp_cp_entry: // Constant pool entry address. |