[llvm-bugs] [Bug 32298] llvm::DIExpression::FragmentInfo: Assertion `hasVal' failed

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Mar 22 10:03:09 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32298

Adrian Prantl <aprantl at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #15 from Adrian Prantl <aprantl at apple.com> ---
Author: adrian
Date:   Wed Mar 22 16:50:16 2017 +0000

    Fix PR32298 by adding an early exit to getFrameIndexExprs().

    Also add an assertion for the case that there are multiple FI
    expressions with a DW_OP_LLVM_fragment; which should violate internal
    constraints in DbgVariable.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298518

Should be fixed now; let me know if I missed something.

-- 
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/20170322/39c14ed8/attachment-0001.html>


More information about the llvm-bugs mailing list