https://bugs.llvm.org/show_bug.cgi?id=45153
Paul Robinson <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Paul Robinson <[email protected]> ---
At -O3 the do-nothing `for` loop has been eliminated; you will be able to
determine this because in the optimized program, lldb will be unable to stop
on line 5. Because the loop is gone, the value of `l_16` is simply 0
throughout the function.
LLDB's behavior is correct here. Resolving as invalid.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs