forked from OSchip/llvm-project
parent
dd01c4ac7a
commit
018970216c
|
@ -1098,7 +1098,7 @@ bool MachObjectWriter::getARMFixupKindMachOInfo(unsigned Kind,
|
||||||
RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
|
RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
|
||||||
Log2Size = llvm::Log2_32(2);
|
Log2Size = llvm::Log2_32(2);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case ARM::fixup_t2_uncondbranch:
|
case ARM::fixup_t2_uncondbranch:
|
||||||
case ARM::fixup_arm_thumb_bl:
|
case ARM::fixup_arm_thumb_bl:
|
||||||
case ARM::fixup_arm_thumb_blx:
|
case ARM::fixup_arm_thumb_blx:
|
||||||
|
|
Loading…
Reference in New Issue