We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b75df + 687c470 commit 942baafCopy full SHA for 942baaf
src/machine.rs
@@ -691,7 +691,7 @@ impl<'tcx> MiriMachine<'tcx> {
691
clock: Clock::new(config.isolated_op == IsolatedOp::Allow),
692
#[cfg(unix)]
693
native_lib: config.native_lib.as_ref().map(|lib_file_path| {
694
- let target_triple = tcx.sess.opts.target_triple.triple();
+ let target_triple = tcx.sess.opts.target_triple.tuple();
695
// Check if host target == the session target.
696
if env!("TARGET") != target_triple {
697
panic!(
0 commit comments