Currently I am interested in ARM in general and specifically iphone/android targets. But I just want to know more about clang, since it feels to play important role in the y
It won't list all the triples, but
llvm-as < /dev/null | llc -mcpu=help
will at least list all the CPUs.