diff options
Diffstat (limited to 'test/CodeGen/a5.c')
-rw-r--r-- | test/CodeGen/a5.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/a5.c b/test/CodeGen/a5.c new file mode 100644 index 0000000..b342d35 --- /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; +} |