diff options
Diffstat (limited to 'test/CodeGen/r5.c')
-rw-r--r-- | test/CodeGen/r5.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/r5.c b/test/CodeGen/r5.c new file mode 100644 index 0000000..30a0c0d --- /dev/null +++ b/test/CodeGen/r5.c @@ -0,0 +1,5 @@ +// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-r5 -emit-llvm -S %s -o /dev/null + +int main() { + return 0; +} |