[PATCH] D16249: [DwarfDebug] Don't merge DebugLocEntries if their pieces overlap

Keno Fischer via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 16:38:54 PST 2016


loladiro created this revision.
loladiro added a reviewer: aprantl.
loladiro added a subscriber: llvm-commits.

Later in DWARF emission we check that DebugLocEntries have
non-overlapping pieces, so we should create any such entries
by merging here.

Fixes PR26163.

http://reviews.llvm.org/D16249

Files:
  lib/CodeGen/AsmPrinter/DebugLocEntry.h
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  test/DebugInfo/ARM/PR26163.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16249.45057.patch
Type: text/x-patch
Size: 7745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160116/d390bfa1/attachment.bin>


More information about the llvm-commits mailing list