[Lldb-commits] [PATCH] D71487: [LLDB] Fix address computation for member function linked with lld

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 13 16:04:13 PST 2019


aprantl added inline comments.


================
Comment at: lldb/test/Shell/Expr/TestFunctionAddress.lldb:6
+next
+expr argv.four()
+# CHECK: expr argv.four()
----------------
This would be better suited for a python test. (You can copy the example test as a starting point).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71487





More information about the lldb-commits mailing list