From aaf9a7aadf355bb6cb3b33631502f4f77ab43e13 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 1 Jun 2017 20:59:29 +0000 Subject: Vendor import of lldb trunk r304460: https://llvm.org/svn/llvm-project/lldb/trunk@304460 --- packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile (limited to 'packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile') diff --git a/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile b/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile new file mode 100644 index 000000000000..99bfa7e03b47 --- /dev/null +++ b/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile @@ -0,0 +1,3 @@ +LEVEL = ../../../make +CXX_SOURCES := main.cpp +include $(LEVEL)/Makefile.rules -- cgit v1.2.3