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