mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Move .ident handling to MCStreamer.
No functionality change, but exposes the API so that codegen can use it too. Patch by Katya Romanova. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -571,6 +571,10 @@ public:
|
||||
/// implement the '.file "foo.c"' assembler directive.
|
||||
virtual void EmitFileDirective(StringRef Filename) = 0;
|
||||
|
||||
/// Emit the "identifiers" directive. This implements the
|
||||
/// '.ident "version foo"' assembler directive.
|
||||
virtual void EmitIdent(StringRef IdentString) {}
|
||||
|
||||
/// EmitDwarfFileDirective - Associate a filename with a specified logical
|
||||
/// file number. This implements the DWARF2 '.file 4 "foo.c"' assembler
|
||||
/// directive.
|
||||
|
Reference in New Issue
Block a user