Empty target_features
confuses Miri
#1438
Labels
A-core-arch
Area: Necessary for full core::arch support
target_features
confuses Miri
#1438
Running
RUSTFLAGS="-Zcodegen-backend=cranelift" cargo miri test
on the following test trips up Miri.I'm guessing the problem is this FIXME here?
rustc_codegen_cranelift/src/lib.rs
Lines 191 to 193 in 289a274
spin_loop
has a#[cfg(target_arch = "x86_64")]
(which evaluates totrue
) in which it executes an sse2 instructionThe text was updated successfully, but these errors were encountered: