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