Remove arg from emitRelocDirective call
This commit is contained in:
parent
20f2ad062c
commit
a6220fef9b
@ -2046,8 +2046,7 @@ void AsmPrinter::emitFunctionBody() {
|
||||
const MCExpr *Dot = MCSymbolRefExpr::create(Sym, OutContext);
|
||||
const MCExpr *Value = MCSymbolRefExpr::create(
|
||||
getSymbol(MI.getOperand(0).getGlobal()), OutContext);
|
||||
OutStreamer->emitRelocDirective(*Dot, "BFD_RELOC_NONE", Value, SMLoc(),
|
||||
*STI);
|
||||
OutStreamer->emitRelocDirective(*Dot, "BFD_RELOC_NONE", Value, SMLoc());
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user