mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +00:00
Add a FIXME for making the symbol emission functions const.
llvm-svn: 196418
This commit is contained in:
parent
cd548dcc12
commit
bc88095166
@ -334,6 +334,8 @@ public:
|
||||
/// @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
|
||||
/// 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 EmitDebugLabel(MCSymbol *Symbol);
|
||||
|
Loading…
x
Reference in New Issue
Block a user