Rollup merge of #117287 - onur-ozkan:fix-miri-target-info, r=RalfJung

fix miri target information for Test step

self-explanatory

r? RalfJung
This commit is contained in:
Matthias Krüger 2023-10-27 19:46:10 +02:00 committed by GitHub
commit b9015dab9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -630,7 +630,7 @@ impl Step for Miri {
SourceType::InTree,
&[],
);
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, host);
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, target);
cargo.add_rustc_lib_path(builder, compiler);