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