From 739fc77c017cf763e0ac7cfe60a2cc4b1e1cdbf3 Mon Sep 17 00:00:00 2001 From: Cameron Desrochers Date: Thu, 12 May 2016 22:10:16 +0000 Subject: Added missing makefile from patch D19124 (should fix the corresponding commit rL269340) llvm-svn: 269366 --- .../test/expression_command/ir-interpreter-phi-nodes/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/Makefile (limited to 'lldb/packages/Python/lldbsuite/test/expression_command') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/Makefile b/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/Makefile new file mode 100644 index 00000000000..bf2c0b2c108 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../make + +CXX_SOURCES := main.cpp + +include $(LEVEL)/Makefile.rules -- cgit v1.2.3