Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.
authorSean Callanan <scallanan@apple.com>
Wed, 27 Apr 2016 19:37:42 +0000 (19:37 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 27 Apr 2016 19:37:42 +0000 (19:37 +0000)
commitcac9b70692a20fad3f4fb8ec3acbb2d4e856f0d7
tree76137ffc4f6d2b6290a19c2c9cfa7d0ef8b0bc54
parent0c80e2eac64d6f25e522079632de8bf4d201b459
Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.

<rdar://problem/25785338>

llvm-svn: 267768
lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c [new file with mode: 0644]