teak-llvm/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/Makefile
Sean Callanan cac9b70692 Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.
<rdar://problem/25785338>

llvm-svn: 267768
2016-04-27 19:37:42 +00:00

8 lines
89 B
Makefile

LEVEL = ../../make
default: a.out
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules