]> granicus.if.org Git - llvm/commit
Remove an assertion that doesn't hold when mixing -g and -gmlt through
authorPaul Robinson <paul.robinson@sony.com>
Wed, 1 Feb 2017 23:51:56 +0000 (23:51 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Wed, 1 Feb 2017 23:51:56 +0000 (23:51 +0000)
commit2e96f1dea1fdb643a069635d6f91f6969b44c143
treeeb0d5202ee93c4f525ee4a53a96f20f2c50398e5
parent7c5f272224f5cd00131bc21673ae973460265b78
Remove an assertion that doesn't hold when mixing -g and -gmlt through
LTO.  Replace it with a related assertion, ensuring that abstract
variables appear only in abstract scopes.
Part of PR31437.

Differential Revision: http://reviews.llvm.org/D29430

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293841 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/X86/dbg-abstract-vars-g-gmlt.ll [new file with mode: 0644]