summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGen/a5.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/CodeGen/a5.c b/clang/test/CodeGen/a5.c
new file mode 100644
index 00000000000..b342d3578e1
--- /dev/null
+++ b/clang/test/CodeGen/a5.c
@@ -0,0 +1,5 @@
+// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a5 -emit-llvm -S %s -o /dev/null
+
+int main() {
+ return 0;
+}
OpenPOWER on IntegriCloud