[Lldb-commits] [PATCH] D67227: [lldb] Extend and document TestIRInterpreter.py

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 5 07:59:52 PDT 2019


teemperor created this revision.
teemperor added a reviewer: davide.
Herald added subscribers: lldb-commits, JDevlieghere.
Herald added a project: LLDB.

There are a bunch of arithmetic and comparison instructions supported by the IRInterpreter and we
currently don't test these at all in the test suit. This patch extends the IRInterpreter test to try out these operations
with different types and values. Also documents the test case a bit while I'm at it.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D67227

Files:
  lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/TestIRInterpreter.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67227.218925.patch
Type: text/x-patch
Size: 5445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190905/f90d7556/attachment.bin>


More information about the lldb-commits mailing list