DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
<< " RelType: IMAGE_REL_ARM_BRANCH20T"
<< " Value: " << static_cast<int32_t>(Value) << '\n');
+ static_cast<void>(Value);
llvm_unreachable("unimplemented relocation");
break;
}
DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
<< " RelType: IMAGE_REL_ARM_BRANCH24T"
<< " Value: " << static_cast<int32_t>(Value) << '\n');
+ static_cast<void>(Value);
llvm_unreachable("unimplemented relocation");
break;
}
DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
<< " RelType: IMAGE_REL_ARM_BLX23T"
<< " Value: " << static_cast<int32_t>(Value) << '\n');
+ static_cast<void>(Value);
llvm_unreachable("unimplemented relocation");
break;
}