[PATCH] D11180: Fixed debug info generation for function static variables, typedef, and records

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 23:44:45 PDT 2015


aaboud updated the summary for this revision.
aaboud updated this revision to Diff 33398.
aaboud added a comment.

Moved out "omitting debug info for function with no code" to separate patch (http://reviews.llvm.org/D12426).
Reverted format fixes on unrelated code.


Repository:
  rL LLVM

http://reviews.llvm.org/D11180

Files:
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.h
  lib/CodeGen/AsmPrinter/DwarfFile.cpp
  lib/CodeGen/AsmPrinter/DwarfFile.h
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.h
  test/DebugInfo/X86/PR24008.ll
  test/DebugInfo/X86/lexical-block-inline.ll
  test/DebugInfo/X86/lexical-block.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11180.33398.patch
Type: text/x-patch
Size: 33384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150828/5a708492/attachment.bin>


More information about the llvm-commits mailing list