Added in https://github.com/japaric/rustc-builtins/pull/74, the `c` feature enables building a bunch of compiler-rt intrinsics. Right now the list is [pretty huge](https://github.com/japaric/rustc-builtins/blob/61484acb3aa661f424ecc86ce39b9ced8fcfb268/build.rs#L102-L406) and I think we definitely don't need a good number of these like: - `emutls.c` - `gcc_personality_v0.c` etc It looks like there's [already a list](https://github.com/japaric/rustc-builtins/#unimplemented-functions) of crossed off functions, maybe those could all be excluded?