[PATCH] D29430: Fix an assert when mixing -g and -gmlt in LTO

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 15:15:22 PST 2017


probinson created this revision.

This is the other half of PR31437, split off from https://reviews.llvm.org/D29310.

Remove an assertion that doesn't hold when mixing -g and -gmlt compilation
units.  Replace it with a morally equivalent assertion.


https://reviews.llvm.org/D29430

Files:
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  test/DebugInfo/X86/dbg-abstract-vars-g-gmlt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29430.86735.patch
Type: text/x-patch
Size: 5791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170201/ade92508/attachment.bin>


More information about the llvm-commits mailing list