From: Artyom Skrobov Date: Fri, 22 Nov 2013 09:21:51 +0000 (+0000) Subject: Deleting three tests that are redundant with test/Preprocessor/arm-target-features... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3b574039de2b21f9a49d974a99deb6ab9c3b815;p=clang Deleting three tests that are redundant with test/Preprocessor/arm-target-features.c and test/Driver/arm-cortex-cpus.c git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195430 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/a15.c b/test/CodeGen/a15.c deleted file mode 100644 index e4986d8853..0000000000 --- a/test/CodeGen/a15.c +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s -o /dev/null - -int main() { - return 0; -} diff --git a/test/CodeGen/a5.c b/test/CodeGen/a5.c deleted file mode 100644 index b342d3578e..0000000000 --- a/test/CodeGen/a5.c +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a5 -emit-llvm -S %s -o /dev/null - -int main() { - return 0; -} diff --git a/test/CodeGen/r5.c b/test/CodeGen/r5.c deleted file mode 100644 index 30a0c0d572..0000000000 --- a/test/CodeGen/r5.c +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-r5 -emit-llvm -S %s -o /dev/null - -int main() { - return 0; -}