3 clang -ccc-host-triple arm-none-none test.c -S
6 oyvind@fiend:~/workspace/lbuild$ cat test.c
16 clang -ccc-host-triple zpu-none-none test.c -S
17 oyvind@fiend:~/workspace/lbuild$ cat test.s
25 .size foo, ($tmp0)-foo
31 oyvind@fiend:~/workspace/lbuild$