mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
MCNullStreamer.cpp: Roll back a few empty methods that have been marked as unreachable in MCStreamer.cpp.
void EmitCOFFSecRel32(MCSymbol const *Symbol) override {} void EmitGPRel32Value(const MCExpr *Value) override {} It should fix crash like "llc -mtriple=i686-cygwin -filetype=null". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211664 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a18ab013f
commit
769a65cc95
@ -29,11 +29,12 @@ namespace {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
void EmitCOFFSecRel32(MCSymbol const *Symbol) override {}
|
||||
void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
|
||||
unsigned ByteAlignment) override {}
|
||||
void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
|
||||
uint64_t Size = 0, unsigned ByteAlignment = 0) override {}
|
||||
void EmitGPRel32Value(const MCExpr *Value) override {}
|
||||
|
||||
void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo&) override {}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user