[llvm-commits] [llvm] r103135 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Eric Christopher echristo at apple.com
Wed May 5 16:45:58 PDT 2010


On May 5, 2010, at 4:41 PM, Dan Gohman wrote:

> Emit debug info for MachineInstrs with unknown debug locations, instead
> of just letting them inherit the debug locations of adjacent instructions.
> 
> Debug info should aim to be either accurate or absent.

Thanks! I just ran into this today with the debug info lying to me :)

-eric



More information about the llvm-commits mailing list