mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +00:00
Add a FIXME for making the symbol emission functions const.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196418 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -334,6 +334,8 @@ public:
|
|||||||
/// @param Symbol - The symbol to emit. A given symbol should only be
|
/// @param Symbol - The symbol to emit. A given symbol should only be
|
||||||
/// emitted as a label once, and symbols emitted as a label should never be
|
/// emitted as a label once, and symbols emitted as a label should never be
|
||||||
/// used in an assignment.
|
/// used in an assignment.
|
||||||
|
// FIXME: These emission are non-const because we mutate the symbol to
|
||||||
|
// add the section we're emitting it to later.
|
||||||
virtual void EmitLabel(MCSymbol *Symbol);
|
virtual void EmitLabel(MCSymbol *Symbol);
|
||||||
|
|
||||||
virtual void EmitDebugLabel(MCSymbol *Symbol);
|
virtual void EmitDebugLabel(MCSymbol *Symbol);
|
||||||
|
Reference in New Issue
Block a user