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

Jeremy Morse <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Jeremy Morse <[email protected]> ---
...aaannndd actually what was happening here was my half-baked debuginfo
metadata being wrong, and me missing the warning that LLVM was dropping most of
it. Curses, and apologies for the excess noise.

There's still something flaky involving CGPs sinking of addresses: it only
RAUW's one Value, and dbg.values can refer to components of the address that
aren't the final Value that gets dereferenced. However I'll open a different
bug for that, when I get a reproducer that Actually Works (TM).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to