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.
2 parents 693ddc1 + 970ed59 commit 4e0cbb8Copy full SHA for 4e0cbb8
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