LLVM emits bcmp for `#![no_builtins]`, `#![no_std]` enabled crates on rustc 1.43.0 while targeting i686-unknown-linux-musl. This was supposedly resolved in #303, but still appears to be a problem. Specifically, the memcmp [here](https://github.com/rust-lang/rust/blob/93eed402adbe9e7a532995500d50716d52eefee9/src/libcore/slice/mod.rs#L5867) is being converted to a bcmp.