summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-09-05 06:55:23 +0000
committerPavel Labath <pavel@labath.sk>2019-09-05 06:55:23 +0000
commit59a1d998d97dcf7be747caf7d2f80089c1830fb1 (patch)
tree4a5744e4c7327091b166353d60e334bb22897175 /lldb/packages/Python/lldbsuite/test/lang/cpp
parent991f0fb149a3ddf8e007fc9d49e441c97481f61d (diff)
downloadbcm5719-llvm-59a1d998d97dcf7be747caf7d2f80089c1830fb1.tar.gz
bcm5719-llvm-59a1d998d97dcf7be747caf7d2f80089c1830fb1.zip
[dotest] Delete trivial inline test makefiles
inline tests are able to generate these automatically llvm-svn: 371015
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile7
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/Makefile4
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/operators/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile3
12 files changed, 0 insertions, 32 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/Makefile
deleted file mode 100644
index 3d0b98f13f3..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile
deleted file mode 100644
index b5d2d900f90..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-CXX_SOURCES := main.cpp
-CXXFLAGS += -std=c++11
-include Makefile.rules
-
-cleanup:
- rm -f Makefile *.d
-
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile
deleted file mode 100644
index 3d0b98f13f3..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/Makefile
deleted file mode 100644
index 3d0b98f13f3..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/Makefile
deleted file mode 100644
index 3d0b98f13f3..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/Makefile
deleted file mode 100644
index 9826dd4af44..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-CXX_SOURCES = main.cpp
-# CFLAGS_EXTRAS += $(MODULE_DEBUG_INFO_FLAGS)
-
-include Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile
deleted file mode 100644
index f78d6a76780..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules \ No newline at end of file
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile
deleted file mode 100644
index 3d0b98f13f3..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile
deleted file mode 100644
index 3d0b98f13f3..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/operators/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/operators/Makefile
deleted file mode 100644
index 3d0b98f13f3..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/operators/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile
deleted file mode 100644
index 3d0b98f13f3..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile
deleted file mode 100644
index 99998b20bcb..00000000000
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-CXX_SOURCES := main.cpp
-
-include Makefile.rules
OpenPOWER on IntegriCloud