summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/a15.c
diff options
context:
space:
mode:
authorArtyom Skrobov <Artyom.Skrobov@arm.com>2013-11-22 09:21:51 +0000
committerArtyom Skrobov <Artyom.Skrobov@arm.com>2013-11-22 09:21:51 +0000
commitbe36c42df6e9165762d7dd7527c6ae2930d39557 (patch)
tree9b55a04320aa1aafd9d9eacf77e124f93edbe71f /clang/test/CodeGen/a15.c
parent39cc337e206c31db5a884505dc7aa05190ddc4fd (diff)
downloadbcm5719-llvm-be36c42df6e9165762d7dd7527c6ae2930d39557.tar.gz
bcm5719-llvm-be36c42df6e9165762d7dd7527c6ae2930d39557.zip
Deleting three tests that are redundant with test/Preprocessor/arm-target-features.c and test/Driver/arm-cortex-cpus.c
llvm-svn: 195430
Diffstat (limited to 'clang/test/CodeGen/a15.c')
-rw-r--r--clang/test/CodeGen/a15.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/CodeGen/a15.c b/clang/test/CodeGen/a15.c
deleted file mode 100644
index e4986d88539..00000000000
--- a/clang/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;
-}
OpenPOWER on IntegriCloud