mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Add PPC AsmPrinter handling for target-specific form of
DBG_VALUE, and a cautionary comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -367,6 +367,9 @@ public:
|
||||
/// normally be lowered the same way as other addresses on the target,
|
||||
/// e.g. in load instructions. For targets that do not support this
|
||||
/// the debug info is simply lost.
|
||||
/// If you add this for a target you should handle this DBG_VALUE in the
|
||||
/// target-specific AsmPrinter code as well; you will probably get invalid
|
||||
/// assembly output if you don't.
|
||||
virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
||||
unsigned FrameIx,
|
||||
uint64_t Offset,
|
||||
|
Reference in New Issue
Block a user