[PATCH] D18350: Fixing DILexicalBlockFile issue in r263424

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 06:03:07 PDT 2016


aaboud created this revision.
aaboud added reviewers: dblaikie, echristo, aprantl, probinson.
aaboud added a subscriber: llvm-commits.

DILexicalBlockFile should be skipped and use its DILexicalBlock parent scope when considering "entities declared in lexical scope".

This patch should fix https://llvm.org/bugs/show_bug.cgi?id=26942
And will be applied to changes in r263424.

http://reviews.llvm.org/D18350

Files:
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  test/DebugInfo/X86/lexical-block-file.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18350.51278.patch
Type: text/x-patch
Size: 5602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160322/88530bb8/attachment.bin>


More information about the llvm-commits mailing list