Compiling this code with `rustc --target=arm-unknown-linux-gnueabi` triggers an LLVM assert: ``` rust extern "fastcall" fn asdf() {} ``` ``` Unsupported calling convention UNREACHABLE executed at /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/llvm/lib/Target/ARM/ARMISelLowering.cpp:1371! ```