diff options
-rw-r--r-- | llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp | 2 | ||||
-rw-r--r-- | llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp b/llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp deleted file mode 100644 index f85d105a99f..00000000000 --- a/llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp +++ /dev/null @@ -1,2 +0,0 @@ -struct foo { }; -foo a; diff --git a/llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp b/llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp deleted file mode 100644 index fedcc160f41..00000000000 --- a/llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp +++ /dev/null @@ -1,3 +0,0 @@ -struct bar { }; -void b(bar) { -} |