From 23629167fefb8117a4d2cc9213c8a29d5b4a1197 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 24 Dec 2017 01:01:00 +0000 Subject: Vendor import of lldb trunk r321414: https://llvm.org/svn/llvm-project/lldb/trunk@321414 --- .../lldbsuite/test/python_api/process/read-mem-cstring/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/Python/lldbsuite/test/python_api/process/read-mem-cstring/Makefile (limited to 'packages/Python/lldbsuite/test/python_api/process/read-mem-cstring/Makefile') diff --git a/packages/Python/lldbsuite/test/python_api/process/read-mem-cstring/Makefile b/packages/Python/lldbsuite/test/python_api/process/read-mem-cstring/Makefile new file mode 100644 index 000000000000..f3414925f32b --- /dev/null +++ b/packages/Python/lldbsuite/test/python_api/process/read-mem-cstring/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../../../make + +C_SOURCES := main.c +EXE := read-mem-cstring + +include $(LEVEL)/Makefile.rules -- cgit v1.3