diff options
author | Sean Callanan <scallanan@apple.com> | 2016-04-27 19:37:42 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2016-04-27 19:37:42 +0000 |
commit | cac9b70692a20fad3f4fb8ec3acbb2d4e856f0d7 (patch) | |
tree | 76137ffc4f6d2b6290a19c2c9cfa7d0ef8b0bc54 /lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile | |
parent | 0c80e2eac64d6f25e522079632de8bf4d201b459 (diff) | |
download | bcm5719-llvm-cac9b70692a20fad3f4fb8ec3acbb2d4e856f0d7.tar.gz bcm5719-llvm-cac9b70692a20fad3f4fb8ec3acbb2d4e856f0d7.zip |
Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.
<rdar://problem/25785338>
llvm-svn: 267768
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile b/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile new file mode 100644 index 00000000000..c4169a9b101 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../make + +default: a.out + +C_SOURCES := main.c + +include $(LEVEL)/Makefile.rules |