summaryrefslogtreecommitdiff
path: root/test/CodeGen/a15.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/a15.c')
-rw-r--r--test/CodeGen/a15.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/a15.c b/test/CodeGen/a15.c
deleted file mode 100644
index e4986d885391..000000000000
--- 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;
-}