[PATCH] D15976: Supporting all entities declared in lexical scope in LLVM debug info

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 05:53:07 PST 2016


aaboud updated this revision to Diff 47986.
aaboud marked an inline comment as done.
aaboud added a comment.

Applied few changes according to David comments.

1. Now LIT tests checks for -split-dwarf=Enable case.
2. Removed the workaround solution.
3. Replaced an assertion with "llvm_unreachable()" function.


http://reviews.llvm.org/D15976

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/Generic/2010-04-06-NestedFnDbgInfo.ll
  test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll
  test/DebugInfo/Generic/cross-cu-linkonce-distinct.ll
  test/DebugInfo/Generic/namespace.ll
  test/DebugInfo/Generic/nodebug.ll
  test/DebugInfo/Mips/InlinedFnLocalVar.ll
  test/DebugInfo/X86/InlinedFnLocalVar.ll
  test/DebugInfo/X86/PR24008.ll
  test/DebugInfo/X86/dbg-file-name.ll
  test/DebugInfo/X86/debug-dead-local-var.ll
  test/DebugInfo/X86/gnu-public-names.ll
  test/DebugInfo/X86/lexical-block-inline.ll
  test/DebugInfo/X86/lexical-block.ll
  test/DebugInfo/X86/subprogram-inline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15976.47986.patch
Type: text/x-patch
Size: 59071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160215/25a159be/attachment.bin>


More information about the llvm-commits mailing list