Add a test case for the new cortex-a5 switch
authorQuentin Colombet <qcolombet@apple.com>
Fri, 30 Nov 2012 01:34:36 +0000 (01:34 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Fri, 30 Nov 2012 01:34:36 +0000 (01:34 +0000)
llvm-svn: 168968

clang/test/CodeGen/a5.c [new file with mode: 0644]

diff --git a/clang/test/CodeGen/a5.c b/clang/test/CodeGen/a5.c
new file mode 100644 (file)
index 0000000..b342d35
--- /dev/null
@@ -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;
+}