forked from OSchip/llvm-project
parent
d9d1de4f69
commit
a2da8aa505
|
@ -42,7 +42,7 @@ public:
|
|||
|
||||
virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
|
||||
bool IsPCRel, bool IsRelocWithSymbol,
|
||||
int64_t Addend) const; // FIXME: add = 0
|
||||
int64_t Addend) const = 0;
|
||||
virtual unsigned getEFlags() const;
|
||||
virtual const MCSymbol *ExplicitRelSym(const MCAssembler &Asm,
|
||||
const MCValue &Target,
|
||||
|
|
|
@ -37,13 +37,5 @@ void MCELFObjectTargetWriter::adjustFixupOffset(const MCFixup &Fixup,
|
|||
uint64_t &RelocOffset) {
|
||||
}
|
||||
|
||||
unsigned MCELFObjectTargetWriter::GetRelocType(const MCValue &Target,
|
||||
const MCFixup &Fixup,
|
||||
bool IsPCRel,
|
||||
bool IsRelocWithSymbol,
|
||||
int64_t Addend) const {
|
||||
return 0;
|
||||
}
|
||||
|
||||
MCELFObjectTargetWriter::~MCELFObjectTargetWriter() {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue