aboutsummaryrefslogtreecommitdiff
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, 5 insertions, 0 deletions
diff --git a/test/CodeGen/a15.c b/test/CodeGen/a15.c
new file mode 100644
index 000000000000..e4986d885391
--- /dev/null
+++ b/test/CodeGen/a15.c
@@ -0,0 +1,5 @@
+// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s -o /dev/null
+
+int main() {
+ return 0;
+}