File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
llvm/lib/Target/X86/MCTargetDesc Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,6 @@ class X86AsmBackend : public MCAsmBackend {
169
169
170
170
MCFixupKindInfo getFixupKindInfo (MCFixupKind Kind) const override ;
171
171
172
- bool shouldForceRelocation (const MCAssembler &, const MCFixup &,
173
- const MCValue &, const MCSubtargetInfo *) override ;
174
-
175
172
void applyFixup (const MCAssembler &Asm, const MCFixup &Fixup,
176
173
const MCValue &Target, MutableArrayRef<char > Data,
177
174
uint64_t Value, bool IsResolved,
@@ -690,12 +687,6 @@ static unsigned getFixupKindSize(unsigned Kind) {
690
687
}
691
688
}
692
689
693
- bool X86AsmBackend::shouldForceRelocation (const MCAssembler &, const MCFixup &,
694
- const MCValue &Target,
695
- const MCSubtargetInfo *) {
696
- return Target.getSpecifier ();
697
- }
698
-
699
690
void X86AsmBackend::applyFixup (const MCAssembler &Asm, const MCFixup &Fixup,
700
691
const MCValue &, MutableArrayRef<char > Data,
701
692
uint64_t Value, bool IsResolved,
You can’t perform that action at this time.
0 commit comments