[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 te
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Nov 30 18:52:09 PST 2010
> You are dropping directory name here and everywhere else. Is it not needed
> anymore ?
It is not. When using .loc the corresponding .file directives have the
full path in it. It should be possible for the assembler (MC) to
factor them, but since the gnu assembler doesn't do it, I decided to
match its output.
> -
> Devang
Cheers,
Rafael
More information about the llvm-commits
mailing list