Hi,
Is it possible to use debug info in the back end? for example can we get the source code line for MachineInstructions?
Best,
Mohammad
Hi,
Is it possible to use debug info in the back end? for example can we get the source code line for MachineInstructions?
Best,
Mohammad
There's MachineInstr::getDebugLoc, though as usual you can't rely on
every instruction having a value, or it being correct if they do.
Cheers.
Tim.