mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Change getISAEncoding to use the target triple to determine
thumb-ness similar to the rest of the Module level asm printing infrastructure as debug info finalization happens after the function may be missing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232875 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -422,7 +422,7 @@ public:
|
||||
void emitSectionOffset(const MCSymbol *Label) const;
|
||||
|
||||
/// Get the value for DW_AT_APPLE_isa. Zero if no isa encoding specified.
|
||||
virtual unsigned getISAEncoding(const Function *) { return 0; }
|
||||
virtual unsigned getISAEncoding() { return 0; }
|
||||
|
||||
/// EmitDwarfRegOp - Emit a dwarf register operation.
|
||||
virtual void EmitDwarfRegOp(ByteStreamer &BS,
|
||||
|
Reference in New Issue
Block a user