r195430 - Deleting three tests that are redundant with test/Preprocessor/arm-target-features.c and test/Driver/arm-cortex-cpus.c

Artyom Skrobov Artyom.Skrobov at arm.com
Fri Nov 22 01:21:51 PST 2013


Author: askrobov
Date: Fri Nov 22 03:21:51 2013
New Revision: 195430

URL: http://llvm.org/viewvc/llvm-project?rev=195430&view=rev
Log:
Deleting three tests that are redundant with test/Preprocessor/arm-target-features.c and test/Driver/arm-cortex-cpus.c

Removed:
    cfe/trunk/test/CodeGen/a15.c
    cfe/trunk/test/CodeGen/a5.c
    cfe/trunk/test/CodeGen/r5.c

Removed: cfe/trunk/test/CodeGen/a15.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/a15.c?rev=195429&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/a15.c (original)
+++ cfe/trunk/test/CodeGen/a15.c (removed)
@@ -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;
-}

Removed: cfe/trunk/test/CodeGen/a5.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/a5.c?rev=195429&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/a5.c (original)
+++ cfe/trunk/test/CodeGen/a5.c (removed)
@@ -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;
-}

Removed: cfe/trunk/test/CodeGen/r5.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/r5.c?rev=195429&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/r5.c (original)
+++ cfe/trunk/test/CodeGen/r5.c (removed)
@@ -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;
-}





More information about the cfe-commits mailing list