[PATCH] D68209: [LiveDebugValues] Introduce entry values of unmodified params

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 09:10:43 PST 2019


djtodoro added a comment.

Hmm... I am just looking at the GCC's generated case, and it looks like it is OK. I was actually looking at the case where I have changed the parameter to be passed as value...
So yes, it is OK, I have mixed up cases and made a quick comment here, but it was a mistake. Thanks !! :)

But anyhow, some of the cases supported in the `lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py` are now unsupported, so I need to change the test for sure.


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

https://reviews.llvm.org/D68209





More information about the llvm-commits mailing list