[llvm-bugs] [Bug 33157] Assertion failed: ("conflicting locations for variable")

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 12 15:40:16 PDT 2017


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

Adrian Prantl <aprantl at apple.com> changed:

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

--- Comment #11 from Adrian Prantl <aprantl at apple.com> ---
I committed a fix similar to the one Reid was proposing in r305244.
The testcase was missing a lexical scope for the variable and was thus
triggering an early exit in collectVariableInfoFromMFTable().

-- 
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/20170612/e34eccd3/attachment.html>


More information about the llvm-bugs mailing list