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 125c4db commit 2e78abeCopy full SHA for 2e78abe
llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
@@ -46,14 +46,6 @@ class MSP430AsmBackend : public MCAsmBackend {
46
return createMSP430ELFObjectWriter(OSABI);
47
}
48
49
- bool fixupNeedsRelaxationAdvanced(const MCAssembler &Asm,
50
- const MCFixup &Fixup, bool Resolved,
51
- uint64_t Value,
52
- const MCRelaxableFragment *DF,
53
- const bool WasForced) const override {
54
- return false;
55
- }
56
-
57
unsigned getNumFixupKinds() const override {
58
return MSP430::NumTargetFixupKinds;
59
0 commit comments