[Lldb-commits] [PATCH] D55122: [PDB] Fix location retrieval for function local variables and arguments that are stored relative to VFRAME
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 4 04:41:35 PST 2018
labath added a comment.
In D55122#1318295 <https://reviews.llvm.org/D55122#1318295>, @leonid.mashinskiy wrote:
> > Is this true? Is it not possible for a program to depend on a value of a register which will be defined later?
>
> I am not totally sure about this, but all valid fpo programs that I've seen in existing pdb support this invariant.
> So I think that we can assume that every assignment depends only to precedent statements.
Ok, that's fine with me, I just wanted to check that was intentional. It might be worth mentioning that in a comment somewhere.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55122/new/
https://reviews.llvm.org/D55122
More information about the lldb-commits
mailing list