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 is being converted to a bcmp.