diff options
author | Cameron Desrochers <cameron@moodycamel.com> | 2016-05-12 22:10:16 +0000 |
---|---|---|
committer | Cameron Desrochers <cameron@moodycamel.com> | 2016-05-12 22:10:16 +0000 |
commit | 739fc77c017cf763e0ac7cfe60a2cc4b1e1cdbf3 (patch) | |
tree | 4d440296db81da5045faad0f032ac208733d28d4 /lldb/packages/Python/lldbsuite/test/expression_command | |
parent | f83ae31cafc8869a563070b44390646f890a6d26 (diff) | |
download | bcm5719-llvm-739fc77c017cf763e0ac7cfe60a2cc4b1e1cdbf3.tar.gz bcm5719-llvm-739fc77c017cf763e0ac7cfe60a2cc4b1e1cdbf3.zip |
Added missing makefile from patch D19124 (should fix the corresponding commit rL269340)
llvm-svn: 269366
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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
|