[Lldb-commits] [PATCH] D61183: PostfixExpression: Introduce CFANode

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 26 14:02:00 PDT 2019


clayborg added a comment.

FYI: for all DWARF expressions found in EH frame stuff, they expect the CFA address to be pushed onto the stack prior to executing the expression. Do we just want to follow suit with the these expressions and avoid the extra needed node?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61183/new/

https://reviews.llvm.org/D61183





More information about the lldb-commits mailing list