From 809500fc2c13c8173a16b052304d983864e4a1e1 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 8 Apr 2013 18:45:10 +0000 Subject: Vendor import of clang trunk r178860: http://llvm.org/svn/llvm-project/cfe/trunk@178860 --- test/CodeGen/a5.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/CodeGen/a5.c (limited to 'test/CodeGen/a5.c') diff --git a/test/CodeGen/a5.c b/test/CodeGen/a5.c new file mode 100644 index 000000000000..b342d3578e14 --- /dev/null +++ b/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; +} -- cgit v1.3