We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26f8f2 commit 970ed59Copy full SHA for 970ed59
llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFObjectWriter.cpp
@@ -62,7 +62,6 @@ unsigned CSKYELFObjectWriter::getRelocType(const MCFixup &Fixup,
62
reportError(Fixup.getLoc(), "Unsupported relocation type");
63
return ELF::R_CKCORE_NONE;
64
case FK_Data_4:
65
- case FK_PCRel_4:
66
return ELF::R_CKCORE_PCREL32;
67
case CSKY::fixup_csky_pcrel_uimm16_scale4:
68
return ELF::R_CKCORE_PCREL_IMM16_4;
0 commit comments