Skip to content

Commit 942baaf

Browse files
author
The Miri Cronjob Bot
committed
Merge from rustc
2 parents 90b75df + 687c470 commit 942baaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ impl<'tcx> MiriMachine<'tcx> {
691691
clock: Clock::new(config.isolated_op == IsolatedOp::Allow),
692692
#[cfg(unix)]
693693
native_lib: config.native_lib.as_ref().map(|lib_file_path| {
694-
let target_triple = tcx.sess.opts.target_triple.triple();
694+
let target_triple = tcx.sess.opts.target_triple.tuple();
695695
// Check if host target == the session target.
696696
if env!("TARGET") != target_triple {
697697
panic!(

0 commit comments

Comments
 (0)