[llvm-commits] [llvm] r119613 - in /llvm/trunk: include/llvm/MC/MCAsmInfo.h lib/CodeGen/AsmPrinter/DwarfDebug.cpp lib/CodeGen/AsmPrinter/DwarfDebug.h lib/MC/MCAsmInfo.cpp lib/Target/CellSPU/SPUMCAsmInfo.cpp test/CodeGen/X86/unknown-location.ll test/DebugInfo/2010-09-16-EmptyFilename.ll

Chris Lattner clattner at apple.com
Wed Nov 17 18:10:14 PST 2010


On Nov 17, 2010, at 6:04 PM, Rafael Espindola wrote:

> Author: rafael
> Date: Wed Nov 17 20:04:25 2010
> New Revision: 119613
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=119613&view=rev
> Log:
> Change CodeGen to use .loc directives. This produces a lot more readable output
> and testing is easier.  A good example is the unknown-location.ll test that
> now can just look for ".loc 1 0 0".  We also don't use a DW_LNE_set_address for
> every address change anymore.

Yay!  So many minuses! :)

-Chris



More information about the llvm-commits mailing list