From d9442afba1bd65fd0b5c93b67922eaed923445e2 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Tue, 10 Sep 2019 12:04:04 +0000 Subject: [lldb] Readd missing functionalities/breakpoint tests It seems when I restructured the test folders the functionalities/breakpoint was deleted. This just reverts this change and re-adds the tests. llvm-svn: 371512 --- .../lldbsuite/test/functionalities/breakpoint/cpp/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile new file mode 100644 index 00000000000..f89b52a972e --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile @@ -0,0 +1,9 @@ +LEVEL = ../../../make + +CXX_SOURCES := main.cpp + +ifneq (,$(findstring icc,$(CC))) + CXXFLAGS += -debug inline-debug-info +endif + +include $(LEVEL)/Makefile.rules -- cgit v1.2.3