[LLVMbugs] [Bug 22502] llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp:171: void llvm::DwarfFile::addScopeVariable(llvm::LexicalScope *, llvm::DbgVariable *): Assertion `CurNum != ArgNum && "Duplicate argument"' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 10 15:45:28 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22502
Adrian Prantl <aprantl at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #11 from Adrian Prantl <aprantl at apple.com> ---
Both failures should now be fixed:
Author: adrian <adrian at 91177308-0d34-0410-b5e6-96231b3b80d8>
Date: Tue Feb 10 23:18:28 2015 +0000
Debug Info: Support variables that are described by more than one MMI
table entry. This happens when SROA splits up an alloca and the resulting
allocas cannot be lowered to SSA values because their address is passed
to a function.
Fixes PR22502.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228764
Author: adrian <adrian at 91177308-0d34-0410-b5e6-96231b3b80d8>
Date: Tue Feb 10 23:32:56 2015 +0000
Add the missing testcase for r228764.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228766
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150210/e6910fc0/attachment.html>
More information about the llvm-bugs
mailing list