You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On ARM, I had a crashingexa -l binary and was going to chalk it up to buggy or miscompiled llvm.
It turned out, however, it was the combination of -C codegen-units and +neon that was producing broken code. Turn off either of them and all's fine again.
I believe parallel codegen is a Rust feature so maybe it's a case of LLVM being used improperly on ARM?