[Lldb-commits] [PATCH] D61146: Set a CXXRecordDecl to not be passed in registers if DW_CC_pass_by_reference when loading from DWARF

Frederic Riss via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 1 13:07:18 PDT 2019


friss added inline comments.


================
Comment at: packages/Python/lldbsuite/test/expression_command/argument_passing_restrictions/TestArgumentPassingRestrictions.py:28-29
+
+    self.expect("expr f.bar(&f).x",
+            substrs=['(int)', '= 11223344'])
----------------
This still tests only getting the return value and not passing the struct as an argument.


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

https://reviews.llvm.org/D61146





More information about the lldb-commits mailing list