]> granicus.if.org Git - clang/commitdiff
Deleting three tests that are redundant with test/Preprocessor/arm-target-features...
authorArtyom Skrobov <Artyom.Skrobov@arm.com>
Fri, 22 Nov 2013 09:21:51 +0000 (09:21 +0000)
committerArtyom Skrobov <Artyom.Skrobov@arm.com>
Fri, 22 Nov 2013 09:21:51 +0000 (09:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195430 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/a15.c [deleted file]
test/CodeGen/a5.c [deleted file]
test/CodeGen/r5.c [deleted file]

diff --git a/test/CodeGen/a15.c b/test/CodeGen/a15.c
deleted file mode 100644 (file)
index e4986d8..0000000
+++ /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 (file)
index b342d35..0000000
+++ /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 (file)
index 30a0c0d..0000000
+++ /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;
-}