mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Make EmitSymbolValue non virtual.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120244 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -266,8 +266,8 @@ namespace llvm {
|
|||||||
|
|
||||||
/// EmitSymbolValue - Special case of EmitValue that avoids the client
|
/// EmitSymbolValue - Special case of EmitValue that avoids the client
|
||||||
/// having to pass in a MCExpr for MCSymbols.
|
/// having to pass in a MCExpr for MCSymbols.
|
||||||
virtual void EmitSymbolValue(const MCSymbol *Sym, unsigned Size,
|
void EmitSymbolValue(const MCSymbol *Sym, unsigned Size,
|
||||||
unsigned AddrSpace = 0);
|
unsigned AddrSpace = 0);
|
||||||
|
|
||||||
/// EmitGPRel32Value - Emit the expression @p Value into the output as a
|
/// EmitGPRel32Value - Emit the expression @p Value into the output as a
|
||||||
/// gprel32 (32-bit GP relative) value.
|
/// gprel32 (32-bit GP relative) value.
|
||||||
|
Reference in New Issue
Block a user